You are here

public function HttpExceptionInterface::getHeaders in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php \Symfony\Component\HttpKernel\Exception\HttpExceptionInterface::getHeaders()

Returns response headers.

Return value

array Response headers

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

File

vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php, line 33

Class

HttpExceptionInterface
Interface for HTTP error exceptions.

Namespace

Symfony\Component\HttpKernel\Exception

Code

public function getHeaders();