Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpExceptionInterface.php
function HttpExceptionInterface::getHeaders
Returns 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 29
Class
HttpExceptionInterface
Interface for HTTP error exceptions.
Namespace
Symfony\Component\HttpKernel\Exception
Code
public
function
getHeaders
() : array;
RSS feed