You are here

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

Rebuild the routing information after configuration changes.

2 methods override AuthcacheP13nRequestRouterInterface::rebuild()
AuthcacheP13nDefaultRequestRouter::rebuild in modules/authcache_p13n/includes/AuthcacheP13nDefaultRequestRouter.inc
Rebuild the routing information after configuration changes.
AuthcacheP13nTestRequestRouterStub::rebuild in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Rebuild the routing information after configuration changes.

File

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

Class

AuthcacheP13nRequestRouterInterface
Interface for routes to requests and vice versa.

Code

public function rebuild();