You are here

function hook_authcache_p13n_base_request in Authenticated User Page Caching (Authcache) 7.2

Return resource record with default request blueprint.

See also

authcache_p13n_authcache_p13n_base_request()

2 functions implement hook_authcache_p13n_base_request()

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

authcache_p13n_authcache_p13n_base_request in modules/authcache_p13n/authcache_p13n.module
Implements hook_authcache_p13n_base_request().
authcache_p13n_test_authcache_p13n_base_request in modules/authcache_p13n/tests/authcache_p13n_test.module
Implements hook_authcache_p13n_base_request().
1 invocation of hook_authcache_p13n_base_request()
authcache_p13n_authcache_p13n_request in modules/authcache_p13n/authcache_p13n.module
Implements hook_authcache_p13n_request().

File

modules/authcache_p13n/authcache_p13n.api.php, line 282
Documentation for hooks provided by the authcache personalization module.

Code

function hook_authcache_p13n_base_request() {
}