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