function views_content_views_api in Chaos Tool Suite (ctools) 6
Same name and namespace in other branches
- 7 views_content/views_content.module \views_content_views_api()
Implementation of hook_views_api().
This one is used as the base to reduce errors when updating.
File
- views_content/
views_content.module, line 132 - views_content.module
Code
function views_content_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'views_content') . '/plugins/views',
);
}