You are here

function authcache_form_test_views_api in Authenticated User Page Caching (Authcache) 7.2

Implements hook_views_api().

File

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

Code

function authcache_form_test_views_api() {
  return array(
    'api' => 3,
  );
}