Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
DiffFormatter.php core/lib/Drupal/Core/Diff/DiffFormatter.php Drupal\Core\Diff
DiffFormatter.php core/lib/Drupal/Component/Diff/DiffFormatter.php Drupal\Component\Diff
DiffFormatterTest.php core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php Drupal\Tests\Component\Diff
DiffOp.php core/lib/Drupal/Component/Diff/Engine/DiffOp.php Drupal\Component\Diff\Engine
DiffOpAdd.php core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php Drupal\Component\Diff\Engine
DiffOpChange.php core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php Drupal\Component\Diff\Engine
DiffOpCopy.php core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php Drupal\Component\Diff\Engine
DiffOpDelete.php core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php Drupal\Component\Diff\Engine
DiffOpOutputBuilder.php core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php Drupal\Component\Diff
DiffOpOutputBuilderTest.php core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php Drupal\Tests\Component\Diff
DirectoryNotReadyException.php core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php Drupal\Core\File\Exception
DirectoryTest.php core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Drupal\KernelTests\Core\File
DirectoryWithMetadataDiscovery.php core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Drupal\Core\Plugin\Discovery
DirectoryWithMetadataPluginDiscovery.php core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Drupal\Core\Plugin\Discovery
DirectWritePreconditionBypass.php core/modules/package_manager/src/DirectWritePreconditionBypass.php Drupal\package_manager
DirectWriteSubscriber.php core/modules/package_manager/src/EventSubscriber/DirectWriteSubscriber.php Drupal\package_manager\EventSubscriber
DirectWriteTest.php core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Drupal\Tests\package_manager\Kernel
DisabledDisplayTest.php core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Drupal\Tests\views\Functional\Plugin
disable_transitions.theme.css 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.php core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php Drupal\basic_auth\PageCache
DiscardLayoutChangesForm.php core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Drupal\layout_builder\Form
disclaimer.component.yml core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.component.yml
disclaimer.css core/profiles/demo_umami/themes/umami/components/disclaimer/disclaimer.css This file is used to style the disclaimer block.
disclaimer.twig 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.php core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Drupal\Component\Discovery
DiscoverServiceProvidersTest.php core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Drupal\Tests\Core\DrupalKernel
DiscoveryCachedTrait.php core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php Drupal\Component\Plugin\Discovery
DiscoveryCachedTraitTest.php core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Drupal\Tests\Component\Plugin\Discovery
DiscoveryException.php core/lib/Drupal/Component/Discovery/DiscoveryException.php Drupal\Component\Discovery
DiscoveryInterface.php core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Drupal\Component\Plugin\Discovery
DiscoveryTest1.php core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php com\example\PluginNamespace
discoverytest2.yml core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml
DiscoveryTestBase.php core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Drupal\KernelTests\Core\Plugin\Discovery
DiscoveryTrait.php core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php Drupal\Component\Plugin\Discovery
DiscoveryTraitTest.php core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Drupal\Tests\Component\Plugin\Discovery
DiskSpaceValidator.php core/modules/package_manager/src/Validator/DiskSpaceValidator.php Drupal\package_manager\Validator
DiskSpaceValidatorTest.php core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Drupal\Tests\package_manager\Kernel
Display.php core/modules/views_ui/src/Form/Ajax/Display.php Drupal\views_ui\Form\Ajax
DisplayApiTest.php core/modules/field/tests/src/Kernel/DisplayApiTest.php Drupal\Tests\field\Kernel
DisplayAttachmentTest.php core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php Drupal\Tests\views_ui\Functional
DisplayAttachmentTest.php core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php Drupal\Tests\views\Functional\Plugin
DisplayBlockTest.php core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Drupal\Tests\block\Functional\Views
DisplayCRUDTest.php core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php Drupal\Tests\views_ui\Functional
DisplayEntityReferenceTest.php core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php Drupal\Tests\views\Functional\Plugin
DisplayExtenderPluginBase.php core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Drupal\views\Plugin\views\display_extender
DisplayExtenderTest.php core/modules/views/tests/src/Kernel/Plugin/DisplayExtenderTest.php Drupal\Tests\views\Kernel\Plugin
DisplayExtenderTest.php core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Drupal\views_test_data\Plugin\views\display_extender
DisplayExtenderTest2.php core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php Drupal\views_test_data\Plugin\views\display_extender
DisplayExtenderTest3.php core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest3.php Drupal\views_test_data\Plugin\views\display_extender
DisplayExtenderUITest.php core/modules/views_ui/tests/src/Functional/DisplayExtenderUITest.php Drupal\Tests\views_ui\Functional

Other projects


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