cache_actions.module in Cache Actions 6
Same filename and directory in other branches
This is the module file. It only contains a hook to views.
File
cache_actions.moduleView 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
Name | Description |
---|---|
cache_actions_views_api | Implementation of hook_views_api. |