You are here

function authcache_ajax_test_authcache_p13n_fragment in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_fragment().

File

modules/authcache_ajax/tests/authcache_ajax_test.module, line 50
Stub module for Authcache Ajax tests.

Code

function authcache_ajax_test_authcache_p13n_fragment() {
  return array(
    'ajax-test-fragment' => array(),
  );
}