function hosting_site_status_codes_labels in Hosting 7.3
Same name and namespace in other branches
- 7.4 site/hosting_site.module \hosting_site_status_codes_labels()
Site status codes to human readable label mappings.
See also
hosting_site_status_codes
1 string reference to 'hosting_site_status_codes_labels'
- hosting_site_entity_property_info in site/
hosting_site.nodeapi.inc - Implements hook_entity_property_info().
File
- site/
hosting_site.module, line 622 - Contains hook implementations for Hosting site module.
Code
function hosting_site_status_codes_labels() {
return hosting_site_status_codes('label');
}