function _acquia_purge_get_domains_add in Acquia Purge 7
Same name and namespace in other branches
- 6 acquia_purge.module \_acquia_purge_get_domains_add()
DEPRECATED: Add a domain to the domain list.
File
- ./
acquia_purge.deprecated.inc, line 169 - Deprecated functions.
Code
function _acquia_purge_get_domains_add($domain, array &$domains) {
_acquia_purge_deprecated('$domains[] = "new domain";');
$domains[] = $domain;
}