constant COUNTRIES_API_SERVICE_PERM in Country codes API 5
Same name and namespace in other branches
- 6 contrib/countries_api_service/countries_api_service.module \COUNTRIES_API_SERVICE_PERM
@file The module which exposes services related to countries_api TODO: Continue adding methods as services
2 uses of COUNTRIES_API_SERVICE_PERM
- countries_api_service_access in contrib/
countries_api_service/ countries_api_service.module - Function to check user access
- countries_api_service_perm in contrib/
countries_api_service/ countries_api_service.module - Implementation of hook_perm()
File
- contrib/
countries_api_service/ countries_api_service.module, line 8 - The module which exposes services related to countries_api TODO: Continue adding methods as services
Code
define('COUNTRIES_API_SERVICE_PERM', 'load raw regions data');