public function AcquiaPurgeExecutorInterface::requestsLog in Acquia Purge 7
Log a series of requests according to their 'result' properties.
Parameters
AcquiaPurgeExecutorRequestInterface[] $requests: Unassociative list of ::requestsExecute() processed requests.
string $consequence: Appendable message determing what happens because of a failed request.
1 method overrides AcquiaPurgeExecutorInterface::requestsLog()
- AcquiaPurgeExecutorBase::requestsLog in lib/
executor/ AcquiaPurgeExecutorBase.php - Log a series of requests according to their 'result' properties.
File
- lib/
executor/ AcquiaPurgeExecutorInterface.php, line 91 - Contains AcquiaPurgeExecutorInterface.
Class
- AcquiaPurgeExecutorInterface
- Describes an executor, which is responsible for taking a set of invalidation objects and wiping these paths/URLs from an external cache.
Code
public function requestsLog($requests, $consequence = 'goes back to queue');