You are here

function vms_views_api in Views Menu Support 7

Same name and namespace in other branches
  1. 8 vms.module \vms_views_api()

Advertise the current views api version.

File

./vms.module, line 26
Main function for Views menu support, mainly reading the current menu trail.

Code

function vms_views_api() {
  return array(
    'api' => '3',
    'path' => drupal_get_path('module', 'vms'),
  );
}