BLOCK_REGION_NONE

Definition

drupal/modules/block/block.module

Description

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

Code

define('BLOCK_REGION_NONE', -1);