You are here

function _acquia_purge_get_domains in Acquia Purge 7

Same name and namespace in other branches
  1. 6 acquia_purge.module \_acquia_purge_get_domains()

DEPRECATED: Get a list of defined domains that we can purge for.

File

./acquia_purge.deprecated.inc, line 159
Deprecated functions.

Code

function _acquia_purge_get_domains() {
  _acquia_purge_deprecated('_acquia_purge_service()->hostingInfo()->getDomains()');
  return _acquia_purge_service()
    ->hostingInfo()
    ->getDomains();
}