public function HttpExceptionInterface::getHeaders in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\ExceptionCode
public function getHeaders();