BlockContainerInterface
extends
BlockInterface, ContainerInterface
in
Removed block templates block container interface.
Tags
Table of Contents
- ATTRIBUTES_KEY = 'attributes'
- Key for the block attributes in the block configuration.
- DISABLE_CONDITIONS_KEY = 'disableConditions'
- Key for the block disable conditions in the block configuration.
- HIDE_CONDITIONS_KEY = 'hideConditions'
- Key for the block hide conditions in the block configuration.
- ID_KEY = 'id'
- Key for the block ID in the block configuration.
- NAME_KEY = 'blockName'
- Key for the block name in the block configuration.
- ORDER_KEY = 'order'
- Key for the internal order in the block configuration.
Constants
ATTRIBUTES_KEY
Key for the block attributes in the block configuration.
public
mixed
ATTRIBUTES_KEY
= 'attributes'
DISABLE_CONDITIONS_KEY
Key for the block disable conditions in the block configuration.
public
mixed
DISABLE_CONDITIONS_KEY
= 'disableConditions'
HIDE_CONDITIONS_KEY
Key for the block hide conditions in the block configuration.
public
mixed
HIDE_CONDITIONS_KEY
= 'hideConditions'
ID_KEY
Key for the block ID in the block configuration.
public
mixed
ID_KEY
= 'id'
NAME_KEY
Key for the block name in the block configuration.
public
mixed
NAME_KEY
= 'blockName'
ORDER_KEY
Key for the internal order in the block configuration.
public
mixed
ORDER_KEY
= 'order'
