You are here

function regions_api_service_perm in Country codes API 6

Implementation of hook_perm().

File

contrib/regions_api_service/regions_api_service.module, line 23
The module which exposes services related to regions_api

Code

function regions_api_service_perm() {
  return array(
    REGIONS_API_SERVICE_PERM,
  );
}