You are here

protected property ResponseEvent::$response in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/ResponseEvent.php \Drupal\build_hooks\Event\ResponseEvent::response

The http client response.

Type: \Psr\Http\Message\ResponseInterface

File

src/Event/ResponseEvent.php, line 24

Class

ResponseEvent
Class ResponseEvent. Event fired when a build event gets the response.

Namespace

Drupal\build_hooks\Event

Code

protected $response;