You are here

constant BLOCK_CACHE_PER_PAGE in Block Cache Alter 6

Same name in this branch
  1. 6 patches/block_with_node_grants.module \BLOCK_CACHE_PER_PAGE
  2. 6 patches/block_no_node_grants.module \BLOCK_CACHE_PER_PAGE

The block can change depending on the page being viewed.

3 uses of BLOCK_CACHE_PER_PAGE
_blockcache_alter_get_cache_id in ./blockcache_alter.module
Get cid for a block.
_block_get_cache_id in patches/block_with_node_grants.module
Assemble the cache_id to use for a given block.
_block_get_cache_id in patches/block_no_node_grants.module
Assemble the cache_id to use for a given block.

File

patches/block_with_node_grants.module, line 56
Controls the boxes that are displayed around the main content.

Code

define('BLOCK_CACHE_PER_PAGE', 0x4);