Denotes that a block is not enabled in any region and should not be shown.
File
- core/modules/block/src/BlockInterface.php, line 20
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\block
Code
const BLOCK_REGION_NONE = -1;
Please login to continue.