Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| example.sites.php | file | sites/ |
Configuration file for multi-site support and directory aliasing feature. |
| example_contrib_module.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_contrib_module.libraries.yml |
| example_module.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml |
| example_module_missing_information.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml |
| example_module_only_dependencies.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml |
| example_theme.libraries.yml | file | core/ |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml |
| exception.custom_page_html | service | core/ |
Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber |
| exception.default_json | service | core/ |
Drupal\Core\EventSubscriber\ExceptionJsonSubscriber |
| exception.enforced_form_response | service | core/ |
Drupal\Core\EventSubscriber\EnforcedFormResponseSubscriber |
| exception.fast_404_html | service | core/ |
Drupal\Core\EventSubscriber\Fast404ExceptionHtmlSubscriber |
| exception.needs_installer | service | core/ |
Drupal\Core\EventSubscriber\ExceptionDetectNeedsInstallSubscriber |
| 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. |
| ExceptionHandler::handleStatementException | function | core/ |
Handles exceptions thrown during the preparation of statement objects. |
| 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::test406 | function | core/ |
Tests a route with a non-supported _format parameter. |
| 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. |
| 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::onClientError | function | core/ |
Log 4xx errors that are not 403 or 404. |
| ExceptionLoggingSubscriber::onError | function | core/ |
Log not-otherwise-specified errors, including HTTP 500. |
| ExceptionLoggingSubscriber::onException | function | core/ |
Log all exceptions. |
Pagination
- Previous page
- Page 477
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.