You are here

function cache_actions_views_api in Cache Actions 6.2

Same name and namespace in other branches
  1. 6 cache_actions.module \cache_actions_views_api()
  2. 7.2 cache_actions.module \cache_actions_views_api()
  3. 7 cache_actions.module \cache_actions_views_api()

Implementation of hook_views_api().

File

./cache_actions.module, line 11
This is the module file. It contains hooks for panels and views.

Code

function cache_actions_views_api() {
  return array(
    'api' => 2.0,
  );
}