You are here

function notifications_views_views_api in Notifications 7

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. 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',
  );
}