You are here

notifications_views.module in Notifications 7

File

notifications_views/notifications_views.module
View source
<?php

/**
 * Implements hook_views_api().
 */
function notifications_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'notifications_views') . '/includes',
  );
}

Functions