function _acquia_purge_purge in Acquia Purge 7
DEPRECATED: Purge a single path on all domains and load balancers.
1 call to _acquia_purge_purge()
- _acquia_purge_queue_processpurge in ./
acquia_purge.deprecated.inc - DEPRECATED: purge a single path on all domains and load balancers.
File
- ./
acquia_purge.deprecated.inc, line 209 - Deprecated functions.
Code
function _acquia_purge_purge($path) {
_acquia_purge_deprecated('AcquiaPurgeExecutorAcquia->invalidate()');
}