You are here

function hook_authcache_p13n_request in Authenticated User Page Caching (Authcache) 7.2

Return AuthcacheP13nRequestHandler instances.

See also

authcache_p13n_authcache_p13n_request()

3 functions implement hook_authcache_p13n_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_request in modules/authcache_p13n/authcache_p13n.module
Implements hook_authcache_p13n_request().
authcache_p13n_is_authcache_p13n_request in modules/authcache_p13n/authcache_p13n.module
Return TRUE if the P13n front controller was used for this request.
authcache_p13n_test_authcache_p13n_request in modules/authcache_p13n/tests/authcache_p13n_test.module
Implements hook_authcache_p13n_request().
1 invocation of hook_authcache_p13n_request()
authcache_p13n_request_resources in modules/authcache_p13n/authcache_p13n.module
Generate a list of requests resources.

File

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

Code

function hook_authcache_p13n_request() {
}