BlockInterface::BLOCK_LABEL_VISIBLE

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

1
const BLOCK_LABEL_VISIBLE = 'visible';
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.