public function HttpExceptionInterface::getHeaders

Returns response headers.

Return value

array Response headers

1 method overrides HttpExceptionInterface::getHeaders()
HttpException::getHeaders in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpException.php
Returns response headers.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php, line 33

Class

HttpExceptionInterface
Interface for HTTP error exceptions.

Namespace

Symfony\Component\HttpKernel\Exception

Code

public function getHeaders();