function acquia_purge_purge_path in Acquia Purge 7
Same name and namespace in other branches
- 6 acquia_purge.module \acquia_purge_purge_path()
DEPRECATED: queue a path and trigger the UI processor (if not using cron).
File
- ./
acquia_purge.deprecated.inc, line 432 - Deprecated functions.
Code
function acquia_purge_purge_path($path) {
_acquia_purge_deprecated('_acquia_purge_service()->addPath()');
return _acquia_purge_service()
->addPath($path);
}