function drupalgap_views_api in DrupalGap 6
Same name and namespace in other branches
- 7.2 drupalgap.module \drupalgap_views_api()
- 7 drupalgap.module \drupalgap_views_api()
Implements hook_views_api().
File
- ./
drupalgap.module, line 38 - A module to provide a bridge between Drupal websites and PhoneGap mobile applications.
Code
function drupalgap_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'drupalgap'),
);
}