notifications_views.module in Notifications 7
File
notifications_views/notifications_views.moduleView source
<?php
/**
 * Implements hook_views_api().
 */
function notifications_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'notifications_views') . '/includes',
  );
}Functions
| 
            Name | 
                  Description | 
|---|---|
| notifications_views_views_api | Implements hook_views_api(). |