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 11.x for all
  6. Other projects
Title Object type File name Summary
DisallowBasicAuthRequests.php file core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php
DisallowBasicAuthRequests::check function core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php
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
DiscardLayoutChangesForm::create function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::getDescription function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::getQuestion function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
DiscardLayoutChangesForm::submitForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
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
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
DiscoveryCachedTraitMockableClass class core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php A class using the DiscoveryCachedTrait for mocking purposes.
DiscoveryCachedTraitMockableClass::getDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php
DiscoveryCachedTraitTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Tests Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait.
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 Tests get definition.
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 Defines the minimum requirements for 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.
DiscoveryInterface::hasDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Indicates if a specific plugin definition exists.
DiscoveryTest1 class core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php Provides a custom test plugin.
DiscoveryTest1.php file core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php
discoverytest2.yml file core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml
DiscoveryTestBase class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Base class for plugin discovery tests.
DiscoveryTestBase.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php
DiscoveryTestBase::$discovery property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php The discovery component to test.
DiscoveryTestBase::$emptyDiscovery property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php An empty discovery component.
DiscoveryTestBase::$expectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php The plugin definitions the discovery component is expected to discover.

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