You are here

function hook_authcache_menu_invariant_access_callbacks_alter in Authenticated User Page Caching (Authcache) 7.2

Modify the list of invariant menu access callbacks.

1 function implements hook_authcache_menu_invariant_access_callbacks_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

authcache_menu_test_authcache_menu_invariant_access_callbacks_alter in modules/authcache_menu/tests/authcache_menu_test.module
Implements hook_authcache_menu_invariant_access_callbacks_alter().
1 invocation of hook_authcache_menu_invariant_access_callbacks_alter()
_authcache_menu_tab_root_type_map_load in modules/authcache_menu/authcache_menu.module
Utility function: Load map of tab_roots -> type.

File

modules/authcache_menu/authcache_menu.api.php, line 34
API documentation for Authcache Menu hooks.

Code

function hook_authcache_menu_invariant_access_callbacks_alter(&$callbacks) {
}