| form-element-label.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/form/form-element-label.html.twig |
Theme override for a form element label. |
| form-element-label.html.twig |
file |
core/themes/stable9/templates/form/form-element-label.html.twig |
Theme override for a form element label. |
| form-element-label.html.twig |
file |
core/themes/claro/templates/form-element-label.html.twig |
Template override for a form element label. |
| form-element-label.html.twig |
file |
core/themes/starterkit_theme/templates/form/form-element-label.html.twig |
Theme override for a form element label. |
| form-element.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/form/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/themes/stable9/templates/form/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/themes/claro/templates/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/themes/starterkit_theme/templates/form/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/themes/admin/templates/form/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/themes/default_admin/templates/form/form-element.html.twig |
Theme override for a form element. |
| form-element.html.twig |
file |
core/modules/system/templates/form-element.html.twig |
Default theme implementation for a form element. |
| FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response no triggering element. |
| FormatterInterface::viewElements |
function |
core/lib/Drupal/Core/Field/FormatterInterface.php |
Builds a renderable array for a field value. |
| FormBuilder::$elementInfo |
property |
core/lib/Drupal/Core/Form/FormBuilder.php |
The element info manager. |
| FormBuilder::elementTriggeredScriptedSubmission |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Detects if an element triggered the form submission via Ajax. |
| FormBuilder::handleInputElement |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Adds the #name and #value properties of an input element before rendering. |
| FormBuilder::isElementAccessible |
function |
core/lib/Drupal/Core/Form/FormBuilder.php |
Determines if the element is accessible based on the #access property. |
| FormBuilderTest::providerTestBuildFormWithTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Data provider for ::testBuildFormWithTriggeringElement(). |
| FormBuilderTest::testBuildFormWithTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Tests whether the triggering element is properly identified. |
| FormBuilderTest::testTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Tests the detection of the triggering element. |
| FormBuilderTest::testUniqueElementHtmlId |
function |
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php |
Tests that HTML IDs are unique between 2 forms with the same element names. |
| FormElement |
class |
core/lib/Drupal/Core/Render/Attribute/FormElement.php |
Defines a form element plugin attribute object. |
| FormElement |
class |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Provides a base class for form element plugins. |
| FormElement |
class |
core/lib/Drupal/Core/Render/Annotation/FormElement.php |
Defines a form element plugin annotation object. |
| FormElement.php |
file |
core/lib/Drupal/Core/Render/Element/FormElement.php |
|
| FormElement.php |
file |
core/lib/Drupal/Core/Render/Annotation/FormElement.php |
|
| FormElement.php |
file |
core/lib/Drupal/Core/Render/Attribute/FormElement.php |
|
| FormElement::preRenderAjaxForm |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Adds Ajax information about an element to communicate with JavaScript. |
| FormElement::preRenderGroup |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Adds members of this group as actual elements for rendering. |
| FormElement::processAjaxForm |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Form element processing handler for the #ajax form property. |
| FormElement::processAutocomplete |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Adds autocomplete functionality to elements. |
| FormElement::processGroup |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Arranges elements into groups. |
| FormElement::processPattern |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Render API callback: Handles the #pattern form element property. |
| FormElement::setAttributes |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Sets a form element's class attribute. |
| FormElement::validatePattern |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Render API callback: Handles the #pattern form element property. |
| FormElement::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Determines how user input is mapped to an element's #value property. |
| FormElement::__construct |
function |
core/lib/Drupal/Core/Render/Element/FormElement.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FormElementBase |
class |
core/lib/Drupal/Core/Render/Element/FormElementBase.php |
Provides a base class for form element plugins. |
| FormElementBase |
class |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Provides a common base class for form elements. |
| FormElementBase.php |
file |
core/modules/config_translation/src/FormElement/FormElementBase.php |
|
| FormElementBase.php |
file |
core/lib/Drupal/Core/Render/Element/FormElementBase.php |
|
| FormElementBase::$definition |
property |
core/modules/config_translation/src/FormElement/FormElementBase.php |
The data definition of the element this form element is for. |
| FormElementBase::$element |
property |
core/modules/config_translation/src/FormElement/FormElementBase.php |
The schema element this form is for. |
| FormElementBase::create |
function |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Creates a form element instance from a schema definition. |
| FormElementBase::getSourceElement |
function |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Returns the source element for a given configuration definition. |
| FormElementBase::getTranslationBuild |
function |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Builds a render array containing the source and translation form elements. |
| FormElementBase::getTranslationElement |
function |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Returns the translation form element for a given configuration definition. |
| FormElementBase::processAutocomplete |
function |
core/lib/Drupal/Core/Render/Element/FormElementBase.php |
Adds autocomplete functionality to elements. |
| FormElementBase::processPattern |
function |
core/lib/Drupal/Core/Render/Element/FormElementBase.php |
Render API callback: Handles the #pattern form element property. |
| FormElementBase::setConfig |
function |
core/modules/config_translation/src/FormElement/FormElementBase.php |
Sets configuration based on a nested form value array. |