You are here

function drupalgap_permission in DrupalGap 8.2

Same name and namespace in other branches
  1. 7.2 drupalgap.module \drupalgap_permission()
  2. 7 drupalgap.module \drupalgap_permission()

Implements hook_permission().

File

./drupalgap.module, line 6

Code

function drupalgap_permission() {
  return array(
    'administer drupalgap' => array(
      'title' => 'Administer DrupalGap',
    ),
  );
}