Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpExceptionInterface.php
function HttpExceptionInterface::getStatusCode
Returns the status code.
1 method overrides
HttpExceptionInterface::getStatusCode()
HttpException::getStatusCode
in vendor/
symfony/
http-kernel/
Exception/
HttpException.php
Returns the status code.
File
vendor/
symfony/
http-kernel/
Exception/
HttpExceptionInterface.php
, line 24
Class
HttpExceptionInterface
Interface for HTTP error exceptions.
Namespace
Symfony\Component\HttpKernel\Exception
Code
public
function
getStatusCode
() : int;
RSS feed