function hook_render_cache_block_cache_info_alter in Render cache 7.2
Same name and namespace in other branches
- 7 render_cache.api.php \hook_render_cache_block_cache_info_alter()
Parameters
array $cache_info:
array $block:
array $context:
1 function implements hook_render_cache_block_cache_info_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- rc_assets_test_render_cache_block_cache_info_alter in tests/
modules/ rc_assets_test/ rc_assets_test.module - Implements hook_render_cache_block_cache_info_alter().
File
- ./
render_cache.api.php, line 32
Code
function hook_render_cache_block_cache_info_alter(&$cache_info, $block, $context) {
// @todo Add example implementation.
}