constant MONGODB_BLOCK_REGION_NONE in MongoDB 7
2 uses of MONGODB_BLOCK_REGION_NONE
- mongodb_block_ui_mongodb_block_info_alter in mongodb_block_ui/
mongodb_block_ui.module - Implements hook_mongodb_block_info_alter().
- _mongodb_block_rehash in mongodb_block/
mongodb_block.module - Updates the block collection with the blocks currently exported by modules.
File
- mongodb_block/
mongodb_block.module, line 12 - Controls the visual building blocks a page is constructed with.
Code
define('MONGODB_BLOCK_REGION_NONE', -1);