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

Breadcrumb

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

function Response::getHeaders

Same name in this branch
  1. 11.1.x vendor/symfony/browser-kit/Response.php \Symfony\Component\BrowserKit\Response::getHeaders()

Return value

string[]

File

vendor/composer/composer/src/Composer/Util/Http/Response.php, line 70

Class

Response
@phpstan-type Request array{url: non-empty-string, options?: mixed[], copyTo?: string|null}

Namespace

Composer\Util\Http

Code

public function getHeaders() : array {
    return $this->headers;
}

API Navigation

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