You are here

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

Return the recorded invocations.

Return value

array An array of arrays. Each inner array representing the parameter list passed to one invocation.

File

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

Class

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

Code

public function invocations() {
  return HookStub::invocations($this->hookname);
}