function file_service_perm in Services 7
Same name and namespace in other branches
- 6 services/file_service/file_service.module \file_service_perm()
 - 6.2 services/file_service/file_service.module \file_service_perm()
 
Implementation of hook_perm().
File
- services/
file_service/ file_service.module, line 11  - @author Services Dev Team
 
Code
function file_service_perm() {
  return array(
    'get any binary files',
    'get own binary files',
    'save file information',
  );
}