You are here

function acquia_purge_purge_paths in Acquia Purge 7

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

DEPRECATED: queue paths and trigger the UI processor (if not using cron).

1 call to acquia_purge_purge_paths()
acquia_purge_purge_node in ./acquia_purge.deprecated.inc
DEPRECATED: Purge the paths from a node from Varnish.

File

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

Code

function acquia_purge_purge_paths(array $paths) {
  _acquia_purge_deprecated('_acquia_purge_service()->addPaths()');
  return _acquia_purge_service()
    ->addPaths($paths);
}