function fasttoggle_comment_views_api in Fasttoggle 7
Implements hook_views_api().
File
- module/
fasttoggle_comment/ fasttoggle_comment.module, line 203
Code
function fasttoggle_comment_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'fasttoggle_comment') . '/views',
);
}