You are here

constant BlockInterface::BLOCK_LABEL_VISIBLE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::BLOCK_LABEL_VISIBLE

Indicates the block label (title) should be displayed to end users.

File

core/modules/block/src/BlockInterface.php, line 20
Contains \Drupal\block\BlockInterface.

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

const BLOCK_LABEL_VISIBLE = 'visible';