Search for forms
- Search 7.x for forms
- Search 9.5.x for forms
- Search 10.3.x for forms
- Search 11.x for forms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormState::set | function | core/ |
|
FormState::setAlwaysProcess | function | core/ |
|
FormState::setAnyErrors | function | core/ |
Sets the global status of errors. |
FormState::setBuildInfo | function | core/ |
|
FormState::setButtons | function | core/ |
|
FormState::setCached | function | core/ |
|
FormState::setCleanValueKeys | function | core/ |
|
FormState::setCompleteForm | function | core/ |
|
FormState::setError | function | core/ |
|
FormState::setErrorByName | function | core/ |
|
FormState::setExecuted | function | core/ |
|
FormState::setFormObject | function | core/ |
|
FormState::setFormState | function | core/ |
|
FormState::setGroups | function | core/ |
|
FormState::setHasFileElement | function | core/ |
|
FormState::setInvalidToken | function | core/ |
|
FormState::setLimitValidationErrors | function | core/ |
|
FormState::setMethod | function | core/ |
|
FormState::setProcessInput | function | core/ |
|
FormState::setProgrammed | function | core/ |
|
FormState::setProgrammedBypassAccessCheck | function | core/ |
|
FormState::setRebuild | function | core/ |
|
FormState::setRebuildInfo | function | core/ |
|
FormState::setRedirect | function | core/ |
|
FormState::setRedirectUrl | function | core/ |
|
FormState::setRequestMethod | function | core/ |
|
FormState::setResponse | function | core/ |
|
FormState::setStorage | function | core/ |
|
FormState::setSubmitHandlers | function | core/ |
|
FormState::setSubmitted | function | core/ |
|
FormState::setTemporary | function | core/ |
|
FormState::setTemporaryValue | function | core/ |
|
FormState::setTriggeringElement | function | core/ |
|
FormState::setUserInput | function | core/ |
|
FormState::setValidateHandlers | function | core/ |
|
FormState::setValidationComplete | function | core/ |
|
FormState::setValidationEnforced | function | core/ |
|
FormStateDecoratorBase | class | core/ |
Decorates another form state. |
FormStateDecoratorBase.php | file | core/ |
|
FormStateDecoratorBase::$decoratedFormState | property | core/ |
The decorated form state. |
FormStateDecoratorBase::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormStateDecoratorBase::addCleanValueKey | function | core/ |
Adds a key to the array of form values that will be cleaned. |
FormStateDecoratorBase::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormStateDecoratorBase::cleanValues | function | core/ |
Removes internal Form API elements and buttons from submitted form values. |
FormStateDecoratorBase::clearErrors | function | core/ |
Clears all errors against all form elements made by self::setErrorByName(). |
FormStateDecoratorBase::disableCache | function | core/ |
Prevents the form from being cached. |
FormStateDecoratorBase::disableRedirect | function | core/ |
Prevents the form from redirecting. |
FormStateDecoratorBase::get | function | core/ |
Gets any arbitrary property. |
FormStateDecoratorBase::getAlwaysProcess | function | core/ |
Determines if this form should always be processed. |
FormStateDecoratorBase::getBuildInfo | function | core/ |
Returns the build info for the form. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.