Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
DisplayFeedTest.php core/modules/views_ui/tests/src/Functional/DisplayFeedTest.php Drupal\Tests\views_ui\Functional
DisplayFeedTest.php core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php Drupal\Tests\views\Functional\Plugin
DisplayFeedTranslationTest.php core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php Drupal\Tests\views\Functional\Plugin
DisplayKernelTest.php core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php Drupal\Tests\views\Kernel\Plugin
DisplayLink.php core/modules/views/src/Plugin/views/area/DisplayLink.php Drupal\views\Plugin\views\area
DisplayMenuInterface.php core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Drupal\views\Plugin\views\display
DisplayModeBundleSelectionTest.php core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php Drupal\Tests\field_ui\FunctionalJavascript
DisplayModeLocalAction.php core/modules/field_ui/src/DisplayModeLocalAction.php Drupal\field_ui
DisplayModeUpdateTest.php core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php Drupal\Tests\field\Kernel
DisplayNoAreaTest.php core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php Drupal\views_test_data\Plugin\views\display
DisplayPageTest.php core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Drupal\Tests\views\Kernel\Plugin
DisplayPageWebTest.php core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Drupal\Tests\views\Functional\Plugin
DisplayPathTest.php core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Drupal\Tests\views_ui\Functional
DisplayPluginBase.php core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Drupal\views\Plugin\views\display
DisplayPluginCollection.php core/modules/views/src/DisplayPluginCollection.php Drupal\views
DisplayPluginInterface.php core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Drupal\views\Plugin\views\display
DisplayRouterInterface.php core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Drupal\views\Plugin\views\display
DisplayTest.php core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Drupal\Tests\views_ui\FunctionalJavascript
DisplayTest.php core/modules/views_ui/tests/src/Functional/DisplayTest.php Drupal\Tests\views_ui\Functional
DisplayTest.php core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Drupal\Tests\views\Functional\Plugin
DisplayTest.php core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Drupal\views_test_data\Plugin\views\display
DisplayVariant.php core/lib/Drupal/Core/Display/Attribute/DisplayVariant.php Drupal\Core\Display\Attribute
DisplayVariant.php core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php Drupal\Core\Display\Annotation
DisplayVariantTest.php core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Drupal\Tests\Core\Display
DisplayVariantTest.php core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php Drupal\Tests\system\Functional\Render
display_variant_test.info.yml core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml
display_variant_test.services.yml core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml
DistributionProfileExistingSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Drupal\FunctionalTests\Installer
DistributionProfileTest.php core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Drupal\FunctionalTests\Installer
DistributionProfileTranslationQueryTest.php core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Drupal\FunctionalTests\Installer
DistributionProfileTranslationTest.php core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Drupal\FunctionalTests\Installer
divider.css core/themes/default_admin/css/components/divider.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--gin-border-color); }
divider.css core/themes/admin/css/components/divider.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); }
divider.css core/themes/claro/css/components/divider.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); }
divider.pcss.css core/themes/claro/css/components/divider.pcss.css /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); }
divider.pcss.css core/themes/admin/css/components/divider.pcss.css /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); }
divider.pcss.css core/themes/default_admin/css/components/divider.pcss.css /** * Divider. */ .divider { height: 1px; background-color: var(--gin-border-color); }
DocLexer.php core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php Drupal\Component\Annotation\Doctrine This class is a near-copy of Doctrine\Common\Annotations\DocLexer, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2.
DocParser.php core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Drupal\Component\Annotation\Doctrine This class is a near-copy of Doctrine\Common\Annotations\DocParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.
DocParserIgnoredClassesTest.php core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php Drupal\Tests\Component\Annotation
DocParserTest.php core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Drupal\Tests\Component\Annotation\Doctrine
DocumentElement.php core/tests/Drupal/Tests/DocumentElement.php Drupal\Tests
DoTrustedCallbackTrait.php core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Drupal\Core\Security
DoTrustedCallbackTraitTest.php core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Drupal\Tests\Core\Security
DoubleSlashTest.php core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Drupal\Tests\migrate_drupal_ui\Functional\d7
downgrade_prevention_test.info.yml core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.info.yml core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.info.yml
downgrade_prevention_test.install core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.install
Download.php core/modules/migrate/src/Plugin/migrate/process/Download.php Drupal\migrate\Plugin\migrate\process
DownloadFunctionalTest.php core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php Drupal\Tests\migrate\Functional\process
DownloadTest.php core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Drupal\Tests\migrate\Kernel\process

Other projects


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