<?php

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