You are here

function _acquia_purge_queue_processpurge_requests in Acquia Purge 7

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

DEPRECATED: process the given HTTP requests and do it efficiently.

File

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

Code

function _acquia_purge_queue_processpurge_requests($requests) {
  _acquia_purge_deprecated('_acquia_purge_curl()');
  return _acquia_purge_curl($requests);
}