| FormStateDecoratorBaseTest::testSetHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set has file element. |
| FormStateDecoratorBaseTest::testSetTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set triggering element. |
| FormStateDecoratorBaseTest::testSetValueForElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
Tests set value for element. |
| FormStateInterface::getTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Gets the form element that triggered submission. |
| FormStateInterface::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Returns whether this form has a file element. |
| FormStateInterface::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets that this form has a file element. |
| FormStateInterface::setTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Sets the form element that triggered submission. |
| FormStateInterface::setValueForElement |
function |
core/lib/Drupal/Core/Form/FormStateInterface.php |
Changes submitted form values during form validation. |
| FormStateValuesTrait::setValueForElement |
function |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php |
Implements \Drupal\Core\Form\FormStateInterface::setValueForElement() |
| FormStateValuesTraitTest::testSetValueForElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php |
Tests that setting the value for an element adds to the values. |
| FormTest::testDisabledElements |
function |
core/modules/system/tests/src/Functional/Form/FormTest.php |
Tests handling of disabled elements. |
| FormTestBase::$elementInfo |
property |
core/tests/Drupal/Tests/Core/Form/FormTestBase.php |
The element info manager. |
| FormTestBase::assertFormElement |
function |
core/tests/Drupal/Tests/Core/Form/FormTestBase.php |
Asserts that the expected form structure is found in a form for a given key. |
| FormTestDisabledElementsForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php |
Builds a form to test disabled elements. |
| FormTestDisabledElementsForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php |
|
| FormTestDisabledElementsForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php |
Form constructor. |
| FormTestDisabledElementsForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php |
Returns a unique string identifying the form. |
| FormTestDisabledElementsForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php |
Form submission handler. |
| FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
|
| FormTestStorageForm::elementValidateValueCached |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Form element validation handler for 'value' element. |
| FormTestValidateRequiredForm::elementValidateRequired |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormValidatorTest::testElementValidate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests element validate. |
| FormValidatorTestMockInterface::element_validate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Function used in the mocking process of this test. |
| GenericFileFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php |
Builds a renderable array for a field value. |
| Heading::getElementsSubset |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php |
Returns a configured subset of the elements supported by this plugin. |
| hook_element_info_alter |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Alter the element type information returned from modules. |
| hook_element_plugin_alter |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Alter Element plugin definitions. |
| hook_field_widget_single_element_form_alter |
function |
core/modules/field/field.api.php |
Alter forms for field widgets provided by other modules. |
| hook_field_widget_single_element_WIDGET_TYPE_form_alter |
function |
core/modules/field/field.api.php |
Alter widget forms for a specific widget provided by another module. |
| Html::escapeCdataElement |
function |
core/lib/Drupal/Component/Utility/Html.php |
Adds comments around a <!CDATA section in a \DOMNode. |
| HTMLRestrictions::$elements |
property |
core/modules/ckeditor5/src/HTMLRestrictions.php |
An array of allowed elements. |
| HTMLRestrictions::findElementsOverridingGloballyDisallowedAttributes |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Finds elements overriding globally disallowed attributes. |
| HTMLRestrictions::getAllowedElements |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets allowed elements. |
| HTMLRestrictions::getHtml5ElementList |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets a list of all known HTML5 elements. |
| HTMLRestrictions::getTextContainerElementList |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Gets a list of CKEditor 5's `$block` text container elements. |
| HTMLRestrictions::mergeAllowedElementsLevel |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Merge arrays of allowed elements according to HTMLRestrictions rules. |
| HTMLRestrictions::toCKEditor5ElementsArray |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Transforms into the CKEditor 5 package metadata "elements" representation. |
| HTMLRestrictions::WILDCARD_ELEMENT_METHODS |
constant |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Wildcard types, and the methods that return tags the wildcard represents. |
| HtmlTag::$voidElements |
property |
core/lib/Drupal/Core/Render/Element/HtmlTag.php |
Void elements do not contain values or closing tags. |
| HtmxTestForm::getTriggerElement |
function |
core/modules/system/tests/modules/test_htmx/src/Form/HtmxTestForm.php |
|
| ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads |
function |
core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php |
Tests image widget element support multiple upload correctly. |
| ImageFieldWidgetTest::testWidgetElement |
function |
core/modules/image/tests/src/Functional/ImageFieldWidgetTest.php |
Tests file widget element. |
| ImageFieldWidgetValidationTest::testWidgetElementValidation |
function |
core/modules/image/tests/src/Functional/ImageFieldWidgetValidationTest.php |
Tests file widget element. |
| ImageFormatter::viewElements |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
Builds a renderable array for a field value. |
| ImageUrlFormatter::viewElements |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Builds a renderable array for a field value. |
| ImageWidget::errorElement |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Assigns a field-level validation error to the right widget sub-element. |
| ImageWidget::formElement |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Returns the form for a single field widget. |
| ImageWidget::formMultipleElements |
function |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php |
Overrides \Drupal\Core\Field\WidgetBase::formMultipleElements(). |
| InlineFormErrorsHooks::elementInfoAlter |
function |
core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php |
Implements hook_element_info_alter(). |
| InlineFormErrorsThemeHooks::preprocessFormElement |
function |
core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php |
Implements hook_preprocess_HOOK() for form element templates. |