Indicates the block label (title) should be displayed to end users.
File
- core/modules/block/src/BlockInterface.php, line 15
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\block
Code
const BLOCK_LABEL_VISIBLE = 'visible';
Please login to continue.