function _acquia_purge_get_site_group in Acquia Purge 7
Same name and namespace in other branches
- 6 acquia_purge.module \_acquia_purge_get_site_group()
DEPRECATED: Determine the Acquia site group.
File
- ./
acquia_purge.deprecated.inc, line 199 - Deprecated functions.
Code
function _acquia_purge_get_site_group() {
_acquia_purge_deprecated('_acquia_purge_service()->hostingInfo()->getSiteGroup()');
return _acquia_purge_service()
->hostingInfo()
->getSiteGroup();
}