constant BlockInterface::BLOCK_LABEL_VISIBLE in Drupal 8
Indicates the block label (title) should be displayed to end users.
Deprecated
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Block\BlockPluginInterface::BLOCK_LABEL_VISIBLE.
See also
https://www.drupal.org/node/2829775
File
- core/
modules/ block/ src/ BlockInterface.php, line 21
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\blockCode
const BLOCK_LABEL_VISIBLE = BlockPluginInterface::BLOCK_LABEL_VISIBLE;