function services_perm in Services 5
Same name and namespace in other branches
- 6.3 services.module \services_perm()
- 6 services.module \services_perm()
- 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',
);
}