function countries_api_service_perm in Country codes API 6
Same name and namespace in other branches
- 5 contrib/countries_api_service/countries_api_service.module \countries_api_service_perm()
Implementation of hook_perm().
File
- contrib/
countries_api_service/ countries_api_service.module, line 23 - The module which exposes services related to countries_api.
Code
function countries_api_service_perm() {
return array(
COUNTRIES_API_SERVICE_PERM,
);
}