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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DefaultConfigTest::$modules property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Modules to install.
DefaultConfigTest::$skippedConfig property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php The following config entries are changed on module install.
DefaultConfigTest::$timeLimit property core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
DefaultConfigTest::assertExtensionConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that the config provided by the extension is correct.
DefaultConfigTest::doTestsOnConfigStorage function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that default config matches the installed config.
DefaultConfigTest::moduleListDataProvider function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php A data provider that lists every module in core.
DefaultConfigTest::testConfigIsEmpty function core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php Tests that core.extension.yml is empty by default.
DefaultConfigTest::testModuleConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests if installed config is equal to the exported config.
DefaultConfigTest::testThemeConfig function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests if installed config is equal to the exported config.
DefaultConfigTest::themeListDataProvider function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php A data provider that lists every theme in core.
DefaultContentFilesAccessTest class core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php Tests that files provided by demo_umami_content are not accessible.
DefaultContentFilesAccessTest.php file core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
DefaultContentFilesAccessTest::$defaultTheme property core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php The theme to install as the default for testing.
DefaultContentFilesAccessTest::testAccessDeniedToFiles function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php Tests that sample images, recipes and articles are not accessible.
DefaultDisplay class core/modules/views/src/Plugin/views/display/DefaultDisplay.php A plugin to handle defaults on a view.
DefaultDisplay.php file core/modules/views/src/Plugin/views/display/DefaultDisplay.php
DefaultDisplay::$usesAttachments property core/modules/views/src/Plugin/views/display/DefaultDisplay.php Whether the display allows attachments.
DefaultDisplay::execute function core/modules/views/src/Plugin/views/display/DefaultDisplay.php The default execute handler fully renders the view.
DefaultDisplay::isDefaultDisplay function core/modules/views/src/Plugin/views/display/DefaultDisplay.php Determine if this display is the default which contains fallback settings.
DefaultDisplayExtender class core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php Default display extender plugin; does nothing.
DefaultDisplayExtender.php file core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php
DefaultExceptionHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Exception subscriber for handling core default HTML error pages.
DefaultExceptionHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php
DefaultExceptionHtmlSubscriber::$accessUnawareRouter property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php A router implementation which does not check access.
DefaultExceptionHtmlSubscriber::$httpKernel property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The HTTP kernel.
DefaultExceptionHtmlSubscriber::$logger property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The logger instance.
DefaultExceptionHtmlSubscriber::$redirectDestination property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The redirect destination service.
DefaultExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionHtmlSubscriber::makeSubrequest function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Makes a subrequest to retrieve the default error page.
DefaultExceptionHtmlSubscriber::on401 function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Handles a 401 error for HTML.
DefaultExceptionHtmlSubscriber::on403 function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Handles a 403 error for HTML.
DefaultExceptionHtmlSubscriber::on404 function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Handles a 404 error for HTML.
DefaultExceptionHtmlSubscriber::on4xx function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Handles a 4xx error for HTML.
DefaultExceptionHtmlSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Constructs a new DefaultExceptionHtmlSubscriber.
DefaultExceptionSubscriber class core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Serializes exceptions in compliance with the JSON:API specification.
DefaultExceptionSubscriber class core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Handles default error responses in serialization formats.
DefaultExceptionSubscriber.php file core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
DefaultExceptionSubscriber.php file core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php
DefaultExceptionSubscriber::$serializer property core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php The serializer.
DefaultExceptionSubscriber::$serializerFormats property core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php The available serialization formats.
DefaultExceptionSubscriber::getHandledFormats function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getHandledFormats function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
DefaultExceptionSubscriber::getPriority function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::isJsonApiExceptionEvent function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Check if the error should be formatted using JSON:API.
DefaultExceptionSubscriber::on4xx function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Handles all 4xx errors for all serialization failures.
DefaultExceptionSubscriber::onException function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Handles errors for this subscriber.
DefaultExceptionSubscriber::setEventResponse function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php
DefaultExceptionSubscriber::__construct function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php DefaultExceptionSubscriber constructor.

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