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
EventSubscriber::__construct function core/modules/config/tests/config_import_test/src/EventSubscriber.php Constructs the event subscriber.
EventSubscriber::__construct function core/modules/language/tests/language_events_test/src/EventSubscriber.php Constructs the Event Subscriber object.
EventWithPackageListTrait trait core/modules/package_manager/src/Event/EventWithPackageListTrait.php Common methods for pre- and post-require events.
EventWithPackageListTrait.php file core/modules/package_manager/src/Event/EventWithPackageListTrait.php
EventWithPackageListTrait::$devPackages property core/modules/package_manager/src/Event/EventWithPackageListTrait.php The dev packages to be required, in the form 'vendor/name:constraint'.
EventWithPackageListTrait::$runtimePackages property core/modules/package_manager/src/Event/EventWithPackageListTrait.php The runtime packages, in the form 'vendor/name:constraint'.
EventWithPackageListTrait::getDevPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the dev packages.
EventWithPackageListTrait::getKeyedPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets packages as a keyed array.
EventWithPackageListTrait::getRuntimePackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the runtime (i.e., non-dev) packages.
EventWithPackageListTrait::__construct function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Constructs the object.
EventWithPackageListTraitTest class core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Tests Event With Package List Trait.
EventWithPackageListTraitTest.php file core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php
EventWithPackageListTraitTest::providerGetPackages function core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Data provider for testGetPackages().
EventWithPackageListTraitTest::testGetPackages function core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Tests that runtime and dev packages are keyed correctly.
event_dispatcher service core/core.services.yml Symfony\Component\EventDispatcher\EventDispatcher
example.settings.local.php file core/assets/scaffold/files/example.settings.local.php Local development override configuration feature.
example.settings.local.php file sites/example.settings.local.php Local development override configuration feature.
example.settings.local.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/example.settings.local.php Test version of example.settings.local.php from drupal/core.
example.sites.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-assets-fixture/assets/example.sites.php Test version of example.sites.php from drupal/core.
example.sites.php file core/assets/scaffold/files/example.sites.php Configuration file for multi-site support and directory aliasing feature.
example.sites.php file sites/example.sites.php Configuration file for multi-site support and directory aliasing feature.
example_contrib_module.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_contrib_module.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_contrib_module.libraries.yml
example_module.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml
example_module_missing_information.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml
example_module_only_dependencies.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_only_dependencies.libraries.yml
example_theme.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml
exception.custom_page_html service core/core.services.yml Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber
exception.default_json service core/core.services.yml Drupal\Core\EventSubscriber\ExceptionJsonSubscriber
exception.enforced_form_response service core/core.services.yml Drupal\Core\EventSubscriber\EnforcedFormResponseSubscriber
exception.fast_404_html service core/core.services.yml Drupal\Core\EventSubscriber\Fast404ExceptionHtmlSubscriber
exception.needs_installer service core/core.services.yml Drupal\Core\EventSubscriber\ExceptionDetectNeedsInstallSubscriber
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.
ExceptionHandler::handleStatementException function core/lib/Drupal/Core/Database/ExceptionHandler.php Handles exceptions thrown during the preparation of statement objects.
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::test406 function core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php Tests a route with a non-supported _format parameter.
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.

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