You are here

function notifications_views_views_api in Notifications 6.3

Same name and namespace in other branches
  1. 6.4 notifications_views/notifications_views.module \notifications_views_views_api()
  2. 6 notifications_views/notifications_views.module \notifications_views_views_api()
  3. 6.2 notifications_views/notifications_views.module \notifications_views_views_api()
  4. 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,
  );
}