You are here

Markup substitution in Authenticated User Page Caching (Authcache) 7.2

Replace personalized markup on cacheable pages for authenticated users.

Functions and hook implementations in this group help with replacing personalized markup on cacheable pages.

File

modules/authcache_p13n/authcache_p13n.module, line 61
Provides methods for serving personalized content fragments.

Functions

Namesort descending Location Description
authcache_p13n_add_partial modules/authcache_p13n/authcache_p13n.module Add partial fragment to page.
authcache_p13n_add_setting modules/authcache_p13n/authcache_p13n.module Add a deferred setting to the page.
authcache_p13n_assembly_info modules/authcache_p13n/authcache_p13n.module Return information about fragment assemblies implemented by other modules.
authcache_p13n_attach modules/authcache_p13n/authcache_p13n.module Attach fragment or setting to the target render element.
authcache_p13n_element_post_render modules/authcache_p13n/authcache_p13n.module Post render callback for elements with personalized content.
authcache_p13n_find_theme_functions modules/authcache_p13n/authcache_p13n.module Discover theme suggestions provided by client-modules.
authcache_p13n_form_alter modules/authcache_p13n/authcache_p13n.module Implements hook_form_alter().
authcache_p13n_fragment_info modules/authcache_p13n/authcache_p13n.module Return information about fragments implemented by other modules.
authcache_p13n_get_assemblies modules/authcache_p13n/authcache_p13n.module Return all assemblies for this page (including added partials).
authcache_p13n_get_settings modules/authcache_p13n/authcache_p13n.module Return deferred settings for this page.
authcache_p13n_page_bottom_pre_render modules/authcache_p13n/authcache_p13n.module Pre-render callback for the page_bottom region.
authcache_p13n_preprocess_html modules/authcache_p13n/authcache_p13n.module Implements hook_preprocess_html().
authcache_p13n_setting_info modules/authcache_p13n/authcache_p13n.module Return information about settings implemented by other modules.
authcache_p13n_theme modules/authcache_p13n/authcache_p13n.module Implements hook_theme().
template_preprocess_authcache_p13n_assembly modules/authcache_p13n/authcache_p13n.module Preprocess a placeholder for a personalized assembly.
template_preprocess_authcache_p13n_fragment modules/authcache_p13n/authcache_p13n.module Preprocess a placeholder for a personalized fragment.
template_preprocess_authcache_p13n_partial modules/authcache_p13n/authcache_p13n.module Preprocess a placeholder for a part of an assembly.
template_preprocess_authcache_p13n_setting modules/authcache_p13n/authcache_p13n.module Preprocess a placeholder for a personalized setting.
theme_authcache_p13n_assembly modules/authcache_p13n/authcache_p13n.module Theme a placeholder for a personalized assembly.
theme_authcache_p13n_fragment modules/authcache_p13n/authcache_p13n.module Theme a placeholder for a personalized fragment.
theme_authcache_p13n_partial modules/authcache_p13n/authcache_p13n.module Theme a placeholder for a part of an assembly.
theme_authcache_p13n_setting modules/authcache_p13n/authcache_p13n.module Theme a placeholder for a personalized setting.
_authcache_p13n_array_unique_recursive modules/authcache_p13n/authcache_p13n.module Helper: remove duplicate values from arrays with numeric keys.