Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE
  2. 9 core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE

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

File

core/lib/Drupal/Core/Block/BlockPluginInterface.php, line 29

Class

BlockPluginInterface
Defines the required interface for all block plugins.

Namespace

Drupal\Core\Block

Code

const BLOCK_LABEL_VISIBLE = 'visible';