You are here

public function AuthcacheP13nTestFilterStub::filter in Authenticated User Page Caching (Authcache) 7.2

Perform a filter operation.

Overrides AuthcacheP13nFilterInterface::filter

File

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

Class

AuthcacheP13nTestFilterStub
Stub class for content builder.

Code

public function filter($event, $input) {
  return $this->observer
    ->record($this, __FUNCTION__, func_get_args());
}