BLOCK_REGION_NONE

  1. drupal
    1. 5 modules/block/block.module
    2. 6 modules/block/block.module
    3. 7 modules/block/block.module
    4. 8 core/modules/block/block.module

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

File

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

Code

define('BLOCK_REGION_NONE', -1)
Login or register to post comments