FormState::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets that this form has a file element. |
FormState::setTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Sets the form element that triggered submission. |
FormStateDecoratorBase::getTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the form element that triggered submission. |
FormStateDecoratorBase::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns whether this form has a file element. |
FormStateDecoratorBase::setHasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets that this form has a file element. |
FormStateDecoratorBase::setTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Sets the form element that triggered submission. |
FormStateDecoratorBase::setValueForElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Changes submitted form values during form validation. |
FormStateDecoratorBaseTest::testGetTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::getTriggeringElement[[api-linebreak]] |
FormStateDecoratorBaseTest::testHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::hasFileElement[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetHasFileElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setHasFileElement[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetTriggeringElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setTriggeringElement[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetValueForElement |
function |
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php |
@covers ::setValueForElement[[api-linebreak]] |
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 |
@covers ::doValidateForm[[api-linebreak]] |
FormValidatorTestMockInterface::element_validate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Function used in the mocking process of this test. |
FundamentalCompatibilityConstraint::$missingElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when CKE5 can generate disallowed HTML elements. |
FundamentalCompatibilityConstraint::$nonAllowedElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when fundamental HTML elements are not allowed. |
FundamentalCompatibilityConstraint::$notSupportedElementsMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php |
The violation message when HTML elements cannot be generated by CKE5. |
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. |