You are here

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

Return a list of existing route ids.

Return value

array List of existing route ids.

Overrides AuthcacheP13nRequestRouterInterface::getRoutes

File

modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestRouter.inc, line 24
Defines the interface for mapping URLs to requests and vice versa.

Class

AuthcacheP13nDefaultRequestRouter
Interface for mapping URLs to requests and vice versa.

Code

public function getRoutes() {
  return $this
    ->getHandlerStore()
    ->getKeys();
}