You are here

function hook_render_cache_block_cache_info_alter in Render cache 7

Same name and namespace in other branches
  1. 7.2 render_cache.api.php \hook_render_cache_block_cache_info_alter()

Parameters

array $cache_info:

array $block:

array $context:

1 invocation of hook_render_cache_block_cache_info_alter()
render_cache_hijack_context_reaction_block::render_cache_get_cid in modules/render_cache_context/context/plugins/render_cache_hijack_context_reaction_block.inc
Build the cache ID and cache information array.

File

./render_cache.api.php, line 32

Code

function hook_render_cache_block_cache_info_alter(&$cache_info, $block, $context) {

  // @todo Add example implementation.
}