You are here

public function AuthcacheP13nRequestRouterInterface::getHandler in Authenticated User Page Caching (Authcache) 7.2

Return an instance of AuthcacheP13nRequestHandlerInterface.

Parameters

String $route_id: The identifier of a request (e.g., frag/form-token).

Return value

AuthcacheP13nRequestHandlerInterface|FALSE An appropriate request handler.

2 methods override AuthcacheP13nRequestRouterInterface::getHandler()
AuthcacheP13nDefaultRequestRouter::getHandler in modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestRouter.inc
Return an instance of AuthcacheP13nRequestHandlerInterface.
AuthcacheP13nTestRequestRouterStub::getHandler in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Return an instance of AuthcacheP13nRequestHandlerInterface.

File

modules/authcache_p13n/includes/AuthcacheP13nRequestRouterInterface.inc, line 28
Defines the interface for mapping routes to requests and vice versa.

Class

AuthcacheP13nRequestRouterInterface
Interface for routes to requests and vice versa.

Code

public function getHandler($route_id);