You are here

public function HookStubProxy::record in Authenticated User Page Caching (Authcache) 7.2

Record one invocation.

Return value

any A value specified by HookStubProxy::on().

File

tests/HookStub.inc, line 88
Defines some helper classes for stubbing and recording hook invocations.

Class

HookStubProxy
(Internal) helper class representing a stub-hook.

Code

public function record($args) {
  return HookStub::record($this->hookname, $args);
}