function views_content_views_api
Implements hook_views_api().
This one is used as the base to reduce errors when updating.
File
-
views_content/
views_content.module, line 134
Code
function views_content_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'views_content') . '/plugins/views',
);
}