constant BLOCK_REGION_NONE
Same name and namespace in other branches
- 6.x drupal-6.x/modules/block/block.module \BLOCK_REGION_NONE
Denotes that a block is not enabled in any region and should not be shown.
Archivo
- drupal-7.x/
modules/ block/ block.module, line 11 - Controls the visual building blocks a page is constructed with.
Código
define('BLOCK_REGION_NONE', -1)