function log_views_api in Log entity 7
Implements hook_views_api().
File
- ./
log.module, line 1182 - Log - A general purpose record keeping system.
Code
function log_views_api($module = NULL, $api = NULL) {
return array(
'api' => '3.0',
'path' => drupal_get_path('module', 'log') . '/includes/views',
);
}