You are here

function deploy_uuid_service_get_key in Deploy - Content Staging 6

1 string reference to 'deploy_uuid_service_get_key'
deploy_uuid_service_service in modules/deploy_uuid/deploy_uuid_service.module
Implementation of hook_service().

File

modules/deploy_uuid/deploy_uuid_service.inc, line 7

Code

function deploy_uuid_service_get_key($uuid, $module) {
  return deploy_uuid_get_key($uuid, $module);
}