function comment_service_perm in Services 7
Same name and namespace in other branches
- 6.2 services/comment_service/comment_service.module \comment_service_perm()
Implementation of hook_perm().
File
- services/
comment_service/ comment_service.module, line 23 - @author Services Dev Team
Code
function comment_service_perm() {
return array(
'access comments from remote',
'save comments from remote',
);
}