You are here

function push_notifications_views_api in Push Notifications 7

Implements of hook_views_api().

File

./push_notifications.module, line 245
Push Notifications functionality.

Code

function push_notifications_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'push_notifications') . '/views',
  );
}