You are here

function authcache_form_test_authcache_canceled in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_canceled().

File

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

Code

function authcache_form_test_authcache_canceled($reason) {
  return HookStub::record(__FUNCTION__, func_get_args());
}