FormGroupingElementsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
|
FormGroupingElementsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
The theme to install as the default for testing. |
FormGroupingElementsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Required modules. |
FormGroupingElementsTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
|
FormGroupingElementsTest::testDetailsChildVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests that details element children become visible. |
FormGroupingElementsTest::testDetailsContainsRequiredTextfield |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests form submit with a required field in closed details element. |
FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests required field in closed details element with ajax form. |
FormGroupingElementsTest::testVerticalTabChildVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests that vertical tab children become visible. |
FormGroupingElementsTest::testVerticalTabValidationVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Confirms tabs containing a field with a validation error are open. |
FormHelperTest::providerElements |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Provides a list of elements to test. |
FormState::$has_file_element |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates a file element is present. |
FormState::$triggering_element |
property |
core/lib/Drupal/Core/Form/FormState.php |
The form element that triggered submission. |
FormState::getTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Gets the form element that triggered submission. |
FormState::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
Returns whether this form has a file element. |
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. |