function maillog_views_api in Maillog / Mail Developer 6
Same name and namespace in other branches
- 7 maillog.module \maillog_views_api()
Implementation of hook_views_api().
File
- ./
maillog.module, line 148 - Provides a 'maillog' node type
Code
function maillog_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'maillog') . '/includes/',
);
}