You are here

function theme_authcache_p13n_fragment__authcache_form_test in Authenticated User Page Caching (Authcache) 7.2

Theme function for fragment tag.

3 string references to 'theme_authcache_p13n_fragment__authcache_form_test'
AuthcacheFormTestCacheLifespan::testCachedFormBuildID in modules/authcache_form/tests/authcache_form.test
Test functionality for form-build-id.
AuthcacheFormTestTokenDeferral::testCachedFormBuildID in modules/authcache_form/tests/authcache_form.test
Test functionality for form-build-id.
AuthcacheFormTestTokenDeferral::testTokenDefer in modules/authcache_form/tests/authcache_form.test
Test token deferral functionality.

File

modules/authcache_form/tests/authcache_form_test.module, line 109
Stub module for Authcache Form test.

Code

function theme_authcache_p13n_fragment__authcache_form_test($variables) {
  return HookStub::record(__FUNCTION__, func_get_args());
}