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

Breadcrumb

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

function Response::getProtocolVersion

Gets the HTTP protocol version.

@final

1 call to Response::getProtocolVersion()
Response::prepare in vendor/symfony/http-foundation/Response.php
Prepares the Response before it is sent to the client.

File

vendor/symfony/http-foundation/Response.php, line 452

Class

Response
Response represents an HTTP response.

Namespace

Symfony\Component\HttpFoundation

Code

public function getProtocolVersion() : string {
    return $this->version;
}
RSS feed
Powered by Drupal