function notifications_views_views_api in Notifications 6
Same name and namespace in other branches
- 6.4 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()
- 7 notifications_views/notifications_views.module \notifications_views_views_api()
Implementation of hook_views_api().
File
- notifications_views/
notifications_views.module, line 6
Code
function notifications_views_views_api() {
return array(
'api' => 2,
);
}