You are here

function _acquia_purge_queue_processpurge in Acquia Purge 7

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

DEPRECATED: purge a single path on all domains and load balancers.

File

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

Code

function _acquia_purge_queue_processpurge($path) {
  _acquia_purge_deprecated('_acquia_purge_purge()');
  return _acquia_purge_purge($path);
}