You are here

function authcache_form_test_theme in Authenticated User Page Caching (Authcache) 7.2

Implements hook_theme().

File

modules/authcache_form/tests/authcache_form_test.module, line 102
Stub module for Authcache Form test.

Code

function authcache_form_test_theme() {
  return authcache_p13n_find_theme_functions('authcache_form_test');
}