function authcache_p13n_get_settings in Authenticated User Page Caching (Authcache) 7.2
Return deferred settings for this page.
Related topics
2 calls to authcache_p13n_get_settings()
- AuthcacheP13nTestMarkup::testAddSettings in modules/
authcache_p13n/ tests/ authcache_p13n.markup.test - Cover authcache_p13n_add_setting() and authcache_p13n_get_settings().
- authcache_p13n_page_bottom_pre_render in modules/
authcache_p13n/ authcache_p13n.module - Pre-render callback for the page_bottom region.
File
- modules/
authcache_p13n/ authcache_p13n.module, line 408 - Provides methods for serving personalized content fragments.
Code
function authcache_p13n_get_settings() {
return drupal_array_merge_deep_array(authcache_p13n_add_setting());
}