Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
DirectWriteTest class core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests Direct Write.
DirectWriteTest.php file core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::$postRequireMaintenanceMode property core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Whether we are in maintenance mode after a require operation.
DirectWriteTest::$preRequireMaintenanceMode property core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Whether we are in maintenance mode before a require operation.
DirectWriteTest::assertNotDirectWrite function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that asserts the sandbox manager isn't in direct-write mode.
DirectWriteTest::getSubscribedEvents function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::onPostRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that records the maintenance mode flag on post-require.
DirectWriteTest::onPreRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that records the maintenance mode flag on pre-require.
DirectWriteTest::setUp function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::testDirectWriteFlagIsLocked function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that the sandbox's direct-write status is part of its locking info.
DirectWriteTest::testMaintenanceModeNotEnteredIfErrorOnPreRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that pre-require errors prevent maintenance mode during direct-write.
DirectWriteTest::testPreconditionBypass function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that direct-write bypasses certain Composer Stager preconditions.
DirectWriteTest::testSiteNotSandboxedIfDirectWriteGloballyEnabled function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests direct-write mode when globally enabled.
DirectWriteTest::testSiteSandboxedIfDirectWriteGloballyDisabled function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that direct-write does not work if it is globally disabled.
DisabledDisplayTest class core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests the ability to disable and enable view displays.
DisabledDisplayTest.php file core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
DisabledDisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php The theme to install as the default for testing.
DisabledDisplayTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Modules to install.
DisabledDisplayTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Views used by this test.
DisabledDisplayTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Sets up the test.
DisabledDisplayTest::testDisabledDisplays function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests that views displays can be disabled.
disable_transitions.theme.css file core/modules/system/tests/modules/css_disable_transitions_test/css/disable_transitions.theme.css /**
* Remove CSS animation effects that can cause random test failures.
*/
* {
/* CSS transitions. */
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
-o-transition-property: none…
DisallowBasicAuthRequests class core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Cache policy for pages served from basic auth.
DisallowBasicAuthRequests.php file core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php
DisallowBasicAuthRequests::check function core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Determines whether delivery of a cached page should be attempted.
DiscardLayoutChangesForm class core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Discards any pending changes to the layout.
DiscardLayoutChangesForm.php file core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The layout tempstore repository.
DiscardLayoutChangesForm::$messenger property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The messenger service.
DiscardLayoutChangesForm::$sectionStorage property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The section storage.
DiscardLayoutChangesForm::buildForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Form constructor.
DiscardLayoutChangesForm::create function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Instantiates a new instance of the implementing class using autowiring.
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the route to go to if the user cancels the action.
DiscardLayoutChangesForm::getDescription function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns additional text to display as a description.
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns a unique string identifying the form.
DiscardLayoutChangesForm::getQuestion function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the question to ask the user.
DiscardLayoutChangesForm::submitForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Form submission handler.
DiscardLayoutChangesForm::__construct function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Constructs a new DiscardLayoutChangesForm.
disclaimer.component.yml file core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml
disclaimer.css file core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.css This file is used to style the disclaimer block.
disclaimer.twig file core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.twig <div{{ attributes.addClass('disclaimer') }}>
<div class="disclaimer__disclaimer">
{% block disclaimer %}{% endblock %}
</div>
<div class="disclaimer__copyright">
{% block copyright…
DiscoverableInterface interface core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Interface for classes providing a type of discovery.
DiscoverableInterface.php file core/lib/Drupal/Component/Discovery/DiscoverableInterface.php
DiscoverableInterface::findAll function core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Returns an array of discoverable items.
DiscoverServiceProvidersTest class core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests Drupal\Core\DrupalKernel.
DiscoverServiceProvidersTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php
DiscoverServiceProvidersTest::testDiscoverServiceCustom function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests discovery with user defined container yaml.
DiscoverServiceProvidersTest::testDiscoverServiceNoContainerYamls function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests the exception when container_yamls is not set.
DiscoveryCachedTrait trait core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php Trait for accessing cached definitions of the plugin discovery component.
DiscoveryCachedTrait.php file core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php

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