BlockPluginInterface::BLOCK_LABEL_VISIBLE

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE
  2. 8.9.x core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE
  3. 10 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';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.