function maillog_views_api in Maillog / Mail Developer 7
Same name and namespace in other branches
- 6 maillog.module \maillog_views_api()
Implements hook_views_api().
File
- ./
maillog.module, line 135 - Primary hook implementations for the Maillog module.
Code
function maillog_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'maillog') . '/includes/',
);
}