function content_profile_views_api in Content Profile 6
Implementation of hook_views_api().
File
- ./
content_profile.module, line 109
Code
function content_profile_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'content_profile') . '/views',
);
}