You are here

function services_perm in Services 5

Same name and namespace in other branches
  1. 6.3 services.module \services_perm()
  2. 6 services.module \services_perm()
  3. 6.2 services.module \services_perm()

Implementation of hook_perm().

File

./services.module, line 34
The module which provides the core code for drupal services

Code

function services_perm() {
  return array(
    'access services',
    'administer services',
  );
}