You are here

constant BlockInterface::BLOCK_REGION_NONE in Drupal 8

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

Deprecated

in drupal:8.?.? and is removed from drupal:9.0.0.

File

core/modules/block/src/BlockInterface.php, line 28

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

const BLOCK_REGION_NONE = -1;