You are here

function services_perm in Services 6

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

Implementation of hook_perm().

File

./services.module, line 41
@author Services Dev Team

Code

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