function drupalgap_perm in DrupalGap 6
Implements hook_perm().
File
- ./
drupalgap.module, line 12 - A module to provide a bridge between Drupal websites and PhoneGap mobile applications.
Code
function drupalgap_perm() {
return array(
'administer drupalgap',
'drupalgap get vocabularies',
'drupalgap get terms',
);
}