You are here

function hook_render_cache_block_cid_alter in Render cache 7.2

Same name and namespace in other branches
  1. 7 render_cache.api.php \hook_render_cache_block_cid_alter()

Hook to alter the cid.

Parameters

array $cid_parts:

array $block:

array $cache_info:

array $context:

File

./render_cache.api.php, line 23

Code

function hook_render_cache_block_cid_alter(&$cid_parts, $block, $cache_info, $context) {

  // @todo Add example implementation.
}