You are here

function authcache_esi_test_authcache_p13n_setting in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_setting().

File

modules/authcache_esi/tests/authcache_esi_test.module, line 48
Stub module for Authcache ESI test.

Code

function authcache_esi_test_authcache_p13n_setting() {
  return array(
    'esi-test-setting' => array(),
  );
}