function fc_views_api in Field Complete 7
Implements hook_views_api().
File
- ./
fc.module, line 78 - Field Complete - Provides field-based completeness for any entity.
Code
function fc_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'fc') . '/views',
);
}