You are here

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

Perform a filter operation.

2 methods override AuthcacheP13nFilterInterface::filter()
AuthcacheP13nAddCacheControlHeaderFilter::filter in modules/authcache_p13n/includes/AuthcacheP13nAddCacheControlHeaderFilter.inc
Add Cache-Control header.
AuthcacheP13nTestFilterStub::filter in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Perform a filter operation.

File

modules/authcache_p13n/includes/AuthcacheP13nFilterInterface.inc, line 15
Defines request filter.

Class

AuthcacheP13nFilterInterface
Interface for filters.

Code

public function filter($event, $input);