You are here

function notifications_content_views_api in Notifications 7

Implements hook_views_api().

File

notifications_content/notifications_content.module, line 803
Subscriptions to content events

Code

function notifications_content_views_api() {
  return array(
    'api' => '3.0-alpha1',
    'path' => drupal_get_path('module', 'notifications_content'),
  );
}