function notifications_views_views_api in Notifications 7
Same name and namespace in other branches
- 6.4 notifications_views/notifications_views.module \notifications_views_views_api()
- 6 notifications_views/notifications_views.module \notifications_views_views_api()
- 6.2 notifications_views/notifications_views.module \notifications_views_views_api()
- 6.3 notifications_views/notifications_views.module \notifications_views_views_api()
Implements hook_views_api().
File
- notifications_views/
notifications_views.module, line 6
Code
function notifications_views_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'notifications_views') . '/includes',
);
}