Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
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 Tests Drupal\Core\EventSubscriber\ExceptionJsonSubscriber.
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 Tests on 4xx.
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::onClientError function core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php Log 4xx errors that are not 403 or 404.
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.
ExceptionLoggingSubscriberTest class core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Tests that HTTP exceptions are logged correctly.
ExceptionLoggingSubscriberTest.php file core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php
ExceptionLoggingSubscriberTest::$modules property core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php
ExceptionLoggingSubscriberTest::$testLogServiceName property core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php The service name for a logger implementation that collects anything logged.
ExceptionLoggingSubscriberTest::exceptionDataProvider function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Returns data for testing exception logging.
ExceptionLoggingSubscriberTest::register function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php
ExceptionLoggingSubscriberTest::testExceptionLogging function core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php Tests \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onException().
ExceptionStatusCodeCacheContext class core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php Defines the ExceptionStatusCodeCacheContext service.
ExceptionStatusCodeCacheContext.php file core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php
ExceptionStatusCodeCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Tests Drupal\Core\Cache\Context\CookiesCacheContext.
ExceptionStatusCodeCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php
ExceptionStatusCodeCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Provides a list of cookies and expected cache contexts.
ExceptionStatusCodeCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php Tests get context.
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
ExcludedFieldTokenTest::$modules property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The modules that need to be installed for this test.
ExcludedFieldTokenTest::$testViews property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php The views that are used by this test.
ExcludedFieldTokenTest::$view property core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::setUp function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
ExcludedFieldTokenTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php Tests the display of an excluded title field when used as a token.
ExcludedModulesEventSubscriber class core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php The event subscriber preventing excluded modules to be exported.
ExcludedModulesEventSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
ExcludedModulesEventSubscriber::$activeStorage property core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
ExcludedModulesEventSubscriber::$manager property core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
ExcludedModulesEventSubscriber::$settings property core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php

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