constant BLOCK_REGION_NONE in Block Cache Alter 6
Same name in this branch
- 6 patches/block_with_node_grants.module \BLOCK_REGION_NONE
- 6 patches/block_no_node_grants.module \BLOCK_REGION_NONE
Denotes that a block is not enabled in any region and should not be shown.
2 uses of BLOCK_REGION_NONE
- _block_rehash in patches/
block_with_node_grants.module - Update the 'blocks' DB table with the blocks currently exported by modules.
- _block_rehash in patches/
block_no_node_grants.module - Update the 'blocks' DB table with the blocks currently exported by modules.
File
- patches/
block_no_node_grants.module, line 12 - Controls the boxes that are displayed around the main content.
Code
define('BLOCK_REGION_NONE', -1);