You are here

function services_perm in Services 6.2

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

Implementation of hook_perm().

File

./services.module, line 38
Provides a generic but powerful API for exposing web services.

Code

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