Search for all

  1. Search 7.x for all
  2. Search 9.5.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
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test local directory handling functions.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will take a directory and path, and find a valid filepath that is not
taken by another file.
DirectoryTest::testFileDestination function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will test the filepath for a destination based on passed flags and
whether or not the file exists.
DirectoryTest::testFileDirectoryTemp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Ensure that the getTempDirectory() method always returns a value.
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
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.
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
DiscoveryCachedTrait.php file core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php
DiscoveryCachedTrait::$definitions property core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php Cached definitions array.
DiscoveryCachedTrait::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php
DiscoveryCachedTraitTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php @coversDefaultClass \Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait[[api-linebreak]]
@uses \Drupal\Component\Plugin\Discovery\DiscoveryTrait
@group Plugin
DiscoveryCachedTraitTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php
DiscoveryCachedTraitTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Data provider for testGetDefinition().
DiscoveryCachedTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php @covers ::getDefinition[[api-linebreak]]
@dataProvider providerGetDefinition
DiscoveryException class core/lib/Drupal/Component/Discovery/DiscoveryException.php Exception thrown during discovery if the data is invalid.
DiscoveryException.php file core/lib/Drupal/Component/Discovery/DiscoveryException.php
DiscoveryInterface interface core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php An interface defining the minimum requirements of building a plugin
discovery component.
DiscoveryInterface.php file core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php
DiscoveryInterface::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets a specific plugin definition.
DiscoveryInterface::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets the definition of all plugins for this type.

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