Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExceptionContainer | class | core/ |
Base container which throws an exception. |
| ExceptionContainer.php | file | core/ |
|
| ExceptionContainer::get | function | core/ |
|
| ExceptionDetectNeedsInstallSubscriber | class | core/ |
Exception handler to determine if an exception indicates an uninstalled site. |
| ExceptionDetectNeedsInstallSubscriber.php | file | core/ |
|
| ExceptionDetectNeedsInstallSubscriber::$connection | property | core/ |
The default database connection. |
| ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| ExceptionDetectNeedsInstallSubscriber::onException | function | core/ |
Handles errors for this subscriber. |
| ExceptionDetectNeedsInstallSubscriber::__construct | function | core/ |
Constructs a new ExceptionDetectNeedsInstallSubscriber. |
| ExceptionHandlingTest | class | core/ |
Tests the exception handling for various cases. |
| ExceptionHandlingTest.php | file | core/ |
|
| ExceptionHandlingTest::$modules | property | core/ |
|
| ExceptionHandlingTest::doTest404Route | function | core/ |
Sets the given path to use as the 404 page and triggers a 404. |
| ExceptionHandlingTest::setUp | function | core/ |
|
| ExceptionHandlingTest::test405 | function | core/ |
Tests on a route with a non-supported HTTP method. |
| ExceptionHandlingTest::testBacktraceEscaping | function | core/ |
Tests if exception backtraces are properly escaped when output to HTML. |
| ExceptionHandlingTest::testExceptionEscaping | function | core/ |
Tests exception message escaping. |
| ExceptionHandlingTest::testExceptionResponseGeneratedForOriginalRequest | function | core/ |
Tests that the exception response is executed in the original context. |
| ExceptionHandlingTest::testHtml403 | function | core/ |
Tests the exception handling for HTML and 403 status code. |
| ExceptionHandlingTest::testHtml404 | function | core/ |
Tests the exception handling for HTML and 404 status code. |
| ExceptionHandlingTest::testJson403 | function | core/ |
Tests the exception handling for json and 403 status code. |
| ExceptionHandlingTest::testJson404 | function | core/ |
Tests the exception handling for json and 404 status code. |
| ExceptionInterface | interface | core/ |
Exception interface for all exceptions thrown by the Plugin component. |
| ExceptionInterface.php | file | core/ |
|
| ExceptionJsonSubscriber | class | core/ |
Default handling for JSON errors. |
| ExceptionJsonSubscriber.php | file | core/ |
|
| ExceptionJsonSubscriber::getHandledFormats | function | core/ |
|
| ExceptionJsonSubscriber::getPriority | function | core/ |
|
| ExceptionJsonSubscriber::on4xx | function | core/ |
Handles all 4xx errors for JSON. |
| ExceptionJsonSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\ExceptionJsonSubscriber[[api-linebreak]] @group EventSubscriber |
| ExceptionJsonSubscriberTest.php | file | core/ |
|
| ExceptionJsonSubscriberTest::providerTestOn4xx | function | core/ |
|
| ExceptionJsonSubscriberTest::testOn4xx | function | core/ |
@covers ::on4xx[[api-linebreak]] @dataProvider providerTestOn4xx |
| ExceptionLoggingSubscriber | class | core/ |
Log exceptions without further handling. |
| ExceptionLoggingSubscriber.php | file | core/ |
|
| ExceptionLoggingSubscriber::$logger | property | core/ |
The logger channel factory. |
| ExceptionLoggingSubscriber::getSubscribedEvents | function | core/ |
|
| ExceptionLoggingSubscriber::on403 | function | core/ |
Log 403 errors. |
| ExceptionLoggingSubscriber::on404 | function | core/ |
Log 404 errors. |
| ExceptionLoggingSubscriber::onError | function | core/ |
Log not-otherwise-specified errors, including HTTP 500. |
| ExceptionLoggingSubscriber::onException | function | core/ |
Log all exceptions. |
| ExceptionLoggingSubscriber::__construct | function | core/ |
Constructs a new ExceptionLoggingSubscriber. |
| ExceptionTestSiteSubscriber | class | core/ |
Custom handling of errors when in a system-under-test. |
| ExceptionTestSiteSubscriber.php | file | core/ |
|
| ExceptionTestSiteSubscriber::getHandledFormats | function | core/ |
|
| ExceptionTestSiteSubscriber::getPriority | function | core/ |
|
| ExceptionTestSiteSubscriber::on500 | function | core/ |
Checks for special handling of errors inside Simpletest. |
| ExcludedFieldTokenTest | class | core/ |
Tests the display of an excluded field that is used as a token. |
| ExcludedFieldTokenTest.php | file | core/ |
|
| ExcludedFieldTokenTest::$defaultTheme | property | core/ |
Pagination
- Previous page
- Page 550
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.