DateRangeCustomFormatter::viewElements |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php |
Builds a renderable array for a field value. |
DateRangeDatelistWidget::formElement |
function |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php |
Returns the form for a single field widget. |
DateRangeDefaultWidget::formElement |
function |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php |
Returns the form for a single field widget. |
DateRangePlainFormatter::viewElements |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php |
Builds a renderable array for a field value. |
DateRangeWidgetBase::formElement |
function |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php |
Returns the form for a single field widget. |
DateTimeCustomFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Builds a renderable array for a field value. |
DateTimeDatelistWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
Returns the form for a single field widget. |
DateTimeDefaultWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
Returns the form for a single field widget. |
DatetimeElementFormTest |
class |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests DatetimeElement functionality. |
DatetimeElementFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Modules to enable. |
DatetimeElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Form constructor. |
DatetimeElementFormTest::datetimeDateCallback |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeDateCallbackTrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeTimeCallback |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeTimeCallbackTrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Returns a unique string identifying the form. |
DatetimeElementFormTest::providerUntrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Data provider for ::testDatetimeElementUntrustedCallbacks(). |
DatetimeElementFormTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Sets up the test. |
DatetimeElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Form submission handler. |
DatetimeElementFormTest::testDatetimeElement |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests that default handlers are added even if custom are specified. |
DatetimeElementFormTest::testDatetimeElementUntrustedCallbacks |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests that deprecations are raised if untrusted callbacks are used. |
DatetimeElementFormTest::testTimezoneHandling |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests proper timezone handling of the Datetime element. |
DatetimeElementFormTest::trustedCallbacks |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Lists the trusted callbacks provided by the implementing class. |
DatetimeElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Form validation handler. |
DateTimeFormatterBase::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php |
Builds a renderable array for a field value. |
DateTimePlainFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php |
Builds a renderable array for a field value. |
DateTimeRangeTrait::viewElements |
function |
core/modules/datetime_range/src/DateTimeRangeTrait.php |
|
DateTimeTimeAgoFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php |
Builds a renderable array for a field value. |
DateTimeWidgetBase::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php |
Returns the form for a single field widget. |
DefaultSelection::elementValidateFilter |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Form element validation handler; Filters the #value property of an element. |
DefaultsEntityForm::layoutBuilderElementGetKeys |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form element #process callback. |
DisplayPluginBase::elementPreRender |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
#pre_render callback for view display rendering. |
DisplayPluginInterface::elementPreRender |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
#pre_render callback for view display rendering. |
DocumentElement |
class |
core/tests/Drupal/Tests/DocumentElement.php |
Document element. |
DocumentElement.php |
file |
core/tests/Drupal/Tests/DocumentElement.php |
|
DocumentElement::getContent |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Returns document content. |
DocumentElement::getText |
function |
core/tests/Drupal/Tests/DocumentElement.php |
|
DocumentElement::getXpath |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Returns XPath for handled element. |
DocumentElement::hasContent |
function |
core/tests/Drupal/Tests/DocumentElement.php |
Check whether document has specified content. |
DocumentElement::waitFor |
function |
core/tests/Drupal/Tests/DocumentElement.php |
|
DrupalAspectsOfCKEditor5Plugin::$elements |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
List of elements and attributes provided. |
DummyAjaxFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Builds a renderable array for a field value. |
DummyAjaxWidget::formElement |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php |
Returns the form for a single field widget. |
DummyImageFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php |
Builds a renderable array for a field value. |
EditModeTest::getTabbableElementsCount |
function |
core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php |
Gets the number of elements that are tabbable. |
Editor::$supported_element_types |
property |
core/modules/editor/src/Annotation/Editor.php |
A list of element types this text editor supports. |
EditorLoadingTest::testSupportedElementTypes |
function |
core/modules/editor/tests/src/Functional/EditorLoadingTest.php |
Tests supported element types. |
editor_element_info_alter |
function |
core/modules/editor/editor.module |
Implements hook_element_info_alter(). |
Element |
class |
core/modules/editor/src/Element.php |
Defines a service for Text Editor's render elements. |