You are here

function mobile_switch_views_api in Mobile Switch 7.2

Implements hook_views_api().

File

./mobile_switch.module, line 65
Provides various functionalities to develop mobile ready websites.

Code

function mobile_switch_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'mobile_switch') . '/views',
  );
}