function favorites_service_perm in MediaFront 6
Same name and namespace in other branches
- 6.2 services/favorites_service/favorites_service.module \favorites_service_perm()
File
- services/
favorites_service/ favorites_service.module, line 5
Code
function favorites_service_perm() {
return array(
'allow remote favorites',
);
}