public function MultiTransferException::getAllRequests

Get all of the requests in the transfer

Return value

array

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php, line 21

Class

MultiTransferException
Exception encountered during a multi transfer

Namespace

Guzzle\Http\Exception

Code

public function getAllRequests() {
  return array_merge($this->successfulRequests, $this->failedRequests);
}