Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormTestObject::submitForm | function | core/ |
Form submission handler. |
| FormTestObject::validateForm | function | core/ |
Form validation handler. |
| FormTestOptionalContainerForm | class | core/ |
Builds a simple form to test the #optional property on #type 'container'. |
| FormTestOptionalContainerForm.php | file | core/ |
|
| FormTestOptionalContainerForm::buildForm | function | core/ |
Form constructor. |
| FormTestOptionalContainerForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestOptionalContainerForm::submitForm | function | core/ |
Form submission handler. |
| FormTestStorageForm | class | core/ |
A multistep form for testing the form storage. |
| FormTestStorageForm.php | file | core/ |
|
| FormTestStorageForm::buildForm | function | core/ |
Form constructor. |
| FormTestStorageForm::continueSubmitForm | function | core/ |
|
| FormTestStorageForm::elementValidateValueCached | function | core/ |
Form element validation handler for 'value' element. |
| FormTestStorageForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestStorageForm::submitForm | function | core/ |
Form submission handler. |
| FormTestStorageForm::validateForm | function | core/ |
Form validation handler. |
| FormTestStoragePageCacheForm | class | core/ |
Form to test page cache storage. |
| FormTestStoragePageCacheForm.php | file | core/ |
|
| FormTestStoragePageCacheForm::buildForm | function | core/ |
Form constructor. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_old_build_id | function | core/ |
Form element #after_build callback: output the old form build-id. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_rebuild | function | core/ |
Form submit callback: Rebuild the form and continue. |
| FormTestStoragePageCacheForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestStoragePageCacheForm::submitForm | function | core/ |
Form submission handler. |
| FormTestStoragePageCacheForm::validateForm | function | core/ |
Form validation handler. |
| FormTestValidateNoToken | class | core/ |
Form to test the validation of forms with a disabled CSRF token. |
| FormTestValidateNoToken.php | file | core/ |
|
| FormTestValidateNoToken::buildForm | function | core/ |
Form constructor. |
| FormTestValidateNoToken::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestValidateNoToken::submitForm | function | core/ |
Form submission handler. |
| FormValidator | class | core/ |
Provides validation of form submissions. |
| FormValidator.php | file | core/ |
|
| FormValidator::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormValidator::$formErrorHandler | property | core/ |
The form error handler. |
| FormValidator::$logger | property | core/ |
A logger instance. |
| FormValidator::$requestStack | property | core/ |
The request stack. |
| FormValidator::determineLimitValidationErrors | function | core/ |
Determines if validation errors should be limited. |
| FormValidator::doValidateForm | function | core/ |
Performs validation on form elements. |
| FormValidator::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidator::finalizeValidation | function | core/ |
Finalizes validation. |
| FormValidator::handleErrorsWithLimitedValidation | function | core/ |
Handles validation errors for forms with limited validation. |
| FormValidator::performRequiredValidation | function | core/ |
Performs validation of elements that are not subject to limited validation. |
| FormValidator::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormValidator::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
| FormValidator::__construct | function | core/ |
Constructs a new FormValidator. |
| FormValidatorInterface | interface | core/ |
Provides an interface for validating form submissions. |
| FormValidatorInterface.php | file | core/ |
|
| FormValidatorInterface::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidatorInterface::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormValidatorInterface::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
| FormValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\FormValidator[[api-linebreak]] @group Form |
| FormValidatorTest.php | file | core/ |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.