Search for all

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.