constant BLOCK_REGION_NONE in Drupal 5
Same name and namespace in other branches
- 6 modules/block/block.module \BLOCK_REGION_NONE
- 7 modules/block/block.module \BLOCK_REGION_NONE
Denotes that a block is not enabled in any region and should not be shown.
3 uses of BLOCK_REGION_NONE
- block_admin_display in modules/
block/ block.module - Generate main block administration form.
- block_admin_display_submit in modules/
block/ block.module - Process main block administration form submission.
- theme_block_admin_display in modules/
block/ block.module - Theme main block administration form submission.
File
- modules/
block/ block.module, line 12 - Controls the boxes that are displayed around the main content.
Code
define('BLOCK_REGION_NONE', -1);