Search for all

  1. Search 7.x for all
  2. Search 8.9.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
DiffOpCopy::__construct function core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpDelete class core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php @todo document
@private
@subpackage DifferenceEngine
DiffOpDelete.php file core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpDelete::$type property core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpDelete::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpDelete::__construct function core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php
DiffOpTest class core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php Test DiffOp base class.
DiffOpTest.php file core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php
DiffOpTest::testReverse function core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php DiffOp::reverse() always throws an error.
DirectoryNotReadyException class core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php Exception thrown when a file's destination directory is not ready.
DirectoryNotReadyException.php file core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php
DirectoryTest class core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests operations dealing with directories.
DirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
DirectoryTest::testDirectoryCreation function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory creation.
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests local directory handling functions.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests the file paths of newly created files.
DirectoryTest::testFileDestination function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests the destination file path.
DirectoryTest::testFileDirectoryTemp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Ensure that the getTempDirectory() method always returns a value.
DirectoryTest::testMultiplePrepareDirectory function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests asynchronous directory creation.
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 enable.
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;
-moz-transition: none !important;
-ms-transition: none !important;
-webkit-transition: none !important;
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 this class.
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the route to go to if the user cancels the action.
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.css file core/profiles/demo_umami/themes/umami/css/components/blocks/disclaimer/disclaimer.css This file is used to style the disclaimer block.
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 @coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]]
@group 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.

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