Files - main - drupal

Primary tabs

Title Deprecated File name Namespace Summary
EditorPluginInterface.php core/modules/editor/src/Plugin/EditorPluginInterface.php Drupal\editor\Plugin
EditorPrivateFileReferenceFilterTest.php core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php Drupal\Tests\editor\Functional
EditorResourceTestBase.php core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Drupal\Tests\editor\Functional\Rest
EditorSecurityTest.php core/modules/editor/tests/src/Functional/EditorSecurityTest.php Drupal\Tests\editor\Functional
EditorTest.php core/modules/jsonapi/tests/src/Functional/EditorTest.php Drupal\Tests\jsonapi\Functional
EditorTestHooks.php core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Drupal\editor_test\Hook
EditorTestTextLongItem.php core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php Drupal\editor_test\Plugin\Field\FieldType
EditorValidationTest.php core/modules/editor/tests/src/Kernel/EditorValidationTest.php Drupal\Tests\editor\Kernel
EditorXmlAnonTest.php core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php Drupal\Tests\editor\Functional\Rest
EditorXmlBasicAuthTest.php core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php Drupal\Tests\editor\Functional\Rest
EditorXmlCookieTest.php core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php Drupal\Tests\editor\Functional\Rest
EditorXssFilterInterface.php core/modules/editor/src/EditorXssFilterInterface.php Drupal\editor
editor_private_test.info.yml core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml
editor_test.info.yml core/modules/editor/tests/modules/editor_test/editor_test.info.yml core/modules/editor/tests/modules/editor_test/editor_test.info.yml
editor_test.libraries.yml core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml
editor_test.schema.yml core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml
edit_form.css core/themes/default_admin/migration/css/components/edit_form.css Edit form layout and sidebar styles.
edit_form.css core/themes/admin/migration/css/components/edit_form.css @media (min-width: 64em) { .gin--edit-form { padding-inline-end: var(--gin-sidebar-offset); } } @media (min-width: 64em) and (prefers-reduced-motion: no-preference) { .gin--edit-form .dialog-off-canvas-main-canvas { transition:…
edit_form.pcss.css core/themes/default_admin/migration/css/components/edit_form.pcss.css Edit form layout and sidebar styles.
Element.php core/modules/editor/src/Element.php Drupal\editor
Element.php core/lib/Drupal/Core/Config/Schema/Element.php Drupal\Core\Config\Schema
Element.php core/lib/Drupal/Core/Render/Element.php Drupal\Core\Render
ElementInfoIntegrationTest.php core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php Drupal\KernelTests\Core\Render
ElementInfoManager.php core/lib/Drupal/Core/Render/ElementInfoManager.php Drupal\Core\Render
ElementInfoManagerInterface.php core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php Drupal\Core\Render
ElementInfoManagerTest.php core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php Drupal\Tests\Core\Render
ElementInfoTestHooks.php core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php Drupal\element_info_test\Hook
ElementInfoTestNumberBuilder.php core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php Drupal\element_info_test
ElementInterface.php core/modules/config_translation/src/FormElement/ElementInterface.php Drupal\config_translation\FormElement
ElementInterface.php core/lib/Drupal/Core/Render/Element/ElementInterface.php Drupal\Core\Render\Element
elements.css core/themes/admin/css/base/elements.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Generic elements. */ html { font-family: var(--font-family); font-size: 100%; font-weight:…
elements.css core/themes/default_admin/css/base/elements.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Generic elements. */ ::selection { background: var(--gin-color-primary-light-hover); } html { …
elements.css core/themes/claro/css/base/elements.css /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Generic elements. */ html { font-family: var(--font-family); font-size: 100%; font-weight:…
elements.pcss.css core/themes/claro/css/base/elements.pcss.css /** * Generic elements. */ html { font-family: var(--font-family); font-size: 100%; font-weight: normal; font-style: normal; line-height: var(--line-height); } body { word-wrap: break-word; hyphens: auto; color: var(--color-fg); …
elements.pcss.css core/themes/default_admin/css/base/elements.pcss.css /** * Generic elements. */ ::selection { background: var(--gin-color-primary-light-hover); } html { font-family: var(--gin-font); font-size: 100%; font-weight: normal; font-style: normal; line-height: var(--line-height); …
elements.pcss.css core/themes/admin/css/base/elements.pcss.css /** * Generic elements. */ html { font-family: var(--font-family); font-size: 100%; font-weight: normal; font-style: normal; line-height: var(--line-height); } body { word-wrap: break-word; hyphens: auto; color: var(--color-fg); …
ElementsAccessTest.php core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php Drupal\Tests\system\Functional\Form
ElementsContainerTest.php core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php Drupal\Tests\system\Functional\Form
ElementsContainerTest.php core/modules/system/tests/src/Kernel/Form/ElementsContainerTest.php Drupal\Tests\system\Kernel\Form
ElementsFieldsetTest.php core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Drupal\Tests\system\Kernel\Form
ElementsLabelsTest.php core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Drupal\Tests\system\Functional\Form
ElementsTableSelectTest.php core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Drupal\Tests\system\FunctionalJavascript\Form
ElementsTableSelectTest.php core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Drupal\Tests\system\Functional\Form
ElementsVerticalTabsTest.php core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php Drupal\Tests\system\Functional\Form
ElementsVerticalTabsWithSummaryTest.php core/modules/system/tests/src/FunctionalJavascript/Form/ElementsVerticalTabsWithSummaryTest.php Drupal\Tests\system\FunctionalJavascript\Form
ElementTest.php core/modules/system/tests/src/Functional/Form/ElementTest.php Drupal\Tests\system\Functional\Form
ElementTest.php core/tests/Drupal/Tests/Core/Render/ElementTest.php Drupal\Tests\Core\Render
ElementValidationTest.php core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php Drupal\FunctionalJavascriptTests\Ajax
element_info_test.info.yml core/modules/system/tests/modules/element_info_test/element_info_test.info.yml core/modules/system/tests/modules/element_info_test/element_info_test.info.yml
Email.php core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php Drupal\Core\TypedData\Plugin\DataType

Other projects


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