You are here

public function AuthcacheP13nTestContextProviderStub::get in Authenticated User Page Caching (Authcache) 7.2

Build and return context for the current request.

Parameters

array $input: The GET parameters in key-value form

Return value

any Context value

Overrides AuthcacheP13nContextProviderInterface::get

File

modules/authcache_p13n/tests/authcache_p13n.stub.inc, line 306
Stub classes for testing.

Class

AuthcacheP13nTestContextProviderStub
Stub context provider.

Code

public function get($params) {
  return $this->observer
    ->record($this, __FUNCTION__, func_get_args());
}