You are here

function authcache_p13n_authcache_p13n_resource_processors in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_resource_processors().

Related topics

File

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

Code

function authcache_p13n_authcache_p13n_resource_processors() {
  return array(
    'as_object' => '_authcache_p13n_resource_proc_as_object',
  ) + AuthcacheP13nObjectFactory::defaultProcessors();
}