You are here

views_custom_cache.module in Views custom cache 7

Views custom cache main.

File

views_custom_cache.module
View source
<?php

/**
 * @file
 * Views custom cache main.
 */

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

Functions