Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
FormState::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormState::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormState::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormState::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormState::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormState::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormState::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
FormState::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormState::setValidationComplete | function | core/ |
Sets that validation has been completed. |
FormState::setValidationEnforced | function | core/ |
Enforces that validation is run. |
FormStateDecoratorBase::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormStateDecoratorBase::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormStateDecoratorBase::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormStateDecoratorBase::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormStateDecoratorBase::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormStateDecoratorBase::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormStateDecoratorBase::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
FormStateDecoratorBase::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormStateDecoratorBase::setValidationComplete | function | core/ |
Sets that validation has been completed. |
FormStateDecoratorBase::setValidationEnforced | function | core/ |
Enforces that validation is run. |
FormStateInterface::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormStateInterface::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormStateInterface::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormStateInterface::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormStateInterface::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormStateInterface::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormStateInterface::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
FormStateInterface::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormStateInterface::setValidationComplete | function | core/ |
Sets that validation has been completed. |
FormStateInterface::setValidationEnforced | function | core/ |
Enforces that validation is run. |
FormTestDetailsContainsRequiredTextfieldForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestRecipeInputForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestRecipeInputForm::validateForm | function | core/ |
Form validation handler. |
FormTestSubmitButtonAttributeForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestTextareaForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestVerticalTabsWithSummaryForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
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. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.