Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MockHandler.php
function MockHandler::reset
File
vendor/
guzzlehttp/
guzzle/
src/
Handler/
MockHandler.php
, line 192
Class
MockHandler
Handler that returns responses or throw exceptions from a queue.
Namespace
GuzzleHttp\Handler
Code
public
function
reset
() : void {
$this
->
queue
= []; }
RSS feed