Reference implementation for BasicDefinitionInterface.

 Methods

Create a new instance of the Contao2BackendViewDefinition.

__construct() 
The sections will get initialized with instances of the default implementation.

{@inheritdoc}

getGlobalCommands() 

{@inheritdoc}

getListingConfig() 

{@inheritdoc}

getModelCommands() 

{@inheritdoc}

getPanelLayout() 

 Properties

 

The collection of global commands for this backend view.

$globalCommands : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface
 

The listing configuration for this backend view.

$listingConfig : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\ListingConfigInterface
 

The collection of commands invokable on a model for this backend view.

$modelCommands : \ContaoCommunityAlliance\DcGeneral\DataDefinition\Definition\View\CommandCollectionInterface