constant BLOCK_CACHE_GLOBAL in Block Cache Alter 6
Same name in this branch
- 6 patches/block_with_node_grants.module \BLOCK_CACHE_GLOBAL
- 6 patches/block_no_node_grants.module \BLOCK_CACHE_GLOBAL
The block is the same for every user on every page where it is visible.
2 uses of BLOCK_CACHE_GLOBAL
- BlockCacheAlter::testPatchedBlockModule in ./
blockcache_alter.test - Extra tests when the block module is patched.
- BlockCacheAlter::testSimpleCacheRefreshments in ./
blockcache_alter.test - Test simple cache changes with clear cache option (only block or page).
File
- patches/
block_no_node_grants.module, line 61 - Controls the boxes that are displayed around the main content.
Code
define('BLOCK_CACHE_GLOBAL', 0x8);