Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RequestEvent.php

function RequestEvent::getResponse

Returns the response object.

File

vendor/symfony/http-kernel/Event/RequestEvent.php, line 32

Class

RequestEvent
Allows to create a response for a request.

Namespace

Symfony\Component\HttpKernel\Event

Code

public function getResponse() : ?Response {
    return $this->response;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal