You are here

function smart_ip_views_bridge_views_api in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 modules/smart_ip_views_bridge/smart_ip_views_bridge.module \smart_ip_views_bridge_views_api()
  2. 6 modules/smart_ip_views_bridge/smart_ip_views_bridge.module \smart_ip_views_bridge_views_api()

Implements hook_views_api(). Views Integration Hook

File

modules/smart_ip_views_bridge/smart_ip_views_bridge.module, line 134
Non-displayable characters.

Code

function smart_ip_views_bridge_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'smart_ip_views_bridge') . '/views',
  );
}