You are here

function views_custom_cache_views_api in Views custom cache 7

Implements hook_views_api().

File

./views_custom_cache.module, line 11
Views custom cache main.

Code

function views_custom_cache_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_custom_cache') . '/views',
  );
}