function authcache_p13n_modules_disabled in Authenticated User Page Caching (Authcache) 7.2
Implements hook_modules_disabled().
Related topics
File
- modules/
authcache_p13n/ authcache_p13n.module, line 1211 - Provides methods for serving personalized content fragments.
Code
function authcache_p13n_modules_disabled($modules) {
authcache_p13n_request_router_rebuild();
}