You are here

constant BlockInterface::BLOCK_REGION_NONE in Zircon Profile 8

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

Denotes that a block is not enabled in any region and should not be shown.

File

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

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

const BLOCK_REGION_NONE = -1;