You are here

function notify_viewsintegration_views_api in Notify 7

Same name and namespace in other branches
  1. 6 notify_viewsintegration.module \notify_viewsintegration_views_api()

Implements hook_views_api().

File

submodules/notify_viewsintegration/notify_viewsintegration.module, line 29
Notify Views Integration provides integartion with the Views module.

Code

function notify_viewsintegration_views_api() {
  return array(
    'api' => 3,
  );
}