constant BLOCK_LABEL_VISIBLE

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

4 uses of BLOCK_LABEL_VISIBLE
BlockBase::form in drupal/core/modules/block/lib/Drupal/block/BlockBase.php
Implements \Drupal\block\BlockPluginInterface::form().
BlockBase::__construct in drupal/core/modules/block/lib/Drupal/block/BlockBase.php
Constructs a Drupal\Component\Plugin\PluginBase object.
BlockInterfaceTest::testBlockInterface in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php
Test configuration and subsequent form() and build() method calls.
BlockStorageUnitTest::createTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.

File

drupal/core/modules/block/block.module, line 49
Controls the visual building blocks a page is constructed with.

Code

const BLOCK_LABEL_VISIBLE = 'visible';