public function ResponseEvent::getResponse in Build Hooks 8.2
Same name and namespace in other branches
- 3.x src/Event/ResponseEvent.php \Drupal\build_hooks\Event\ResponseEvent::getResponse()
Get the response.
Return value
\Psr\Http\Message\ResponseInterface The http client $response.
File
- src/
Event/ ResponseEvent.php, line 49
Class
- ResponseEvent
- Class ResponseEvent. Event fired when a build event gets the response.
Namespace
Drupal\build_hooks\EventCode
public function getResponse() {
return $this->response;
}