You are here

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

Return a list of existing route ids.

Return value

array List of existing route ids.

2 methods override AuthcacheP13nRequestRouterInterface::getRoutes()
AuthcacheP13nDefaultRequestRouter::getRoutes in modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestRouter.inc
Return a list of existing route ids.
AuthcacheP13nTestRequestRouterStub::getRoutes in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Return a list of existing route ids.

File

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

Class

AuthcacheP13nRequestRouterInterface
Interface for routes to requests and vice versa.

Code

public function getRoutes();