You are here

function authcache_p13n_test_authcache_p13n_client_fallback_alter in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_client_fallback_alter().

File

modules/authcache_p13n/tests/authcache_p13n_test.module, line 133
Stub module for authcache personalization tests.

Code

function authcache_p13n_test_authcache_p13n_client_fallback_alter(&$markup, $method, $context) {
  return HookStub::record(__FUNCTION__, func_get_args());
}