| FormTestValidateRequiredForm::elementValidateRequired |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormTestValidateRequiredForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormTestValidateRequiredForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormTestValidateRequiredNoTitleForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form constructor to test the #required property without #title. |
| FormTestValidateRequiredNoTitleForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
| FormTestValidateRequiredNoTitleForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
| FormTestValidateRequiredNoTitleForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
| FormTestValidateRequiredNoTitleForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
| FormTestVerticalTabsAccessForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Builds a form to test vertical tabs access. |
| FormTestVerticalTabsAccessForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsAccessForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsAccessForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsAccessForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsAccessForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
Builds a simple form to test vertical tabs. |
| FormTestVerticalTabsForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
|
| FormTestVerticalTabsForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
|
| FormTestVerticalTabsForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
|
| FormTestVerticalTabsForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
|
| FormTestVerticalTabsWithSummaryForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
Builds a simple form to test vertical-tabs form element with tab summaries. |
| FormTestVerticalTabsWithSummaryForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormValidationMessageOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests form validation messages are displayed in the same order as the fields. |
| FormValidationMessageOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests that fields validation messages are sorted in the fields order. |
| FormValidationMessageOrderTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidatorTest |
class |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests Drupal\Core\Form\FormValidator. |
| FormValidatorTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::$callableResolver |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
The callable resolver. |
| FormValidatorTest::$csrfToken |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
The CSRF token generator to validate the form token. |
| FormValidatorTest::$formErrorHandler |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
The form error handler. |
| FormValidatorTest::$logger |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
A logger instance. |
| FormValidatorTest::providerTestHandleErrorsWithLimitedValidation |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::providerTestPerformRequiredValidation |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::providerTestRequiredErrorMessage |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::testElementValidate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests element validate. |
| FormValidatorTest::testExecuteValidateHandlers |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests execute validate handlers. |
| FormValidatorTest::testHandleErrorsWithLimitedValidation |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests handle errors with limited validation. |
| FormValidatorTest::testMustValidate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testPerformRequiredValidation |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests perform required validation. |
| FormValidatorTest::testPreventDuplicateValidation |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testRequiredErrorMessage |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests required error message. |
| FormValidatorTest::testValidateInvalidFormToken |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests validate invalid form token. |
| FormValidatorTest::testValidateValidFormToken |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests validate valid form token. |