You are here

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

Return the name of the stubbed function.

Return value

string Fully qualified function this object represents.

File

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

Class

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

Code

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