You are here

cache_actions.module in Cache Actions 6

This is the module file. It only contains a hook to views.

File

cache_actions.module
View source
<?php

/**
 * @file
 * This is the module file. It only contains a hook to views.
 */

/**
 * Implementation of hook_views_api.
 */
function cache_actions_views_api() {
  return array(
    'api' => 2.0,
  );
}

Functions

Namesort descending Description
cache_actions_views_api Implementation of hook_views_api.