You are here

function mobile_tools_views_api in Mobile Tools 6.3

Same name and namespace in other branches
  1. 6.2 mobile_tools.module \mobile_tools_views_api()

Implementation of hook_views_api

File

./mobile_tools.module, line 851
Mobile Tools provides a range of functionality assisting in creating a mobile Drupal site . this functionality contains:

Code

function mobile_tools_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'mobile_tools') . '/views',
  );
}