Search for forms
- Search 7.x for forms
- Search 9.5.x for forms
- Search 8.9.x for forms
- Search 10.3.x for forms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormState::set | function | core/ |
Sets the value for a property in the form state storage. |
FormState::setAlwaysProcess | function | core/ |
Sets this form to always be processed. |
FormState::setAnyErrors | function | core/ |
Sets the global status of errors. |
FormState::setBuildInfo | function | core/ |
Sets the build info for the form. |
FormState::setButtons | function | core/ |
Stores the submit and button elements for the form. |
FormState::setCached | function | core/ |
Sets this form to be cached. |
FormState::setCleanValueKeys | function | core/ |
Sets the keys of the form values that will be cleaned. |
FormState::setCompleteForm | function | core/ |
Stores the complete form array. |
FormState::setError | function | core/ |
Flags an element as having an error. |
FormState::setErrorByName | function | core/ |
Files an error against a form element. |
FormState::setExecuted | function | core/ |
Sets that the form was submitted and has been processed and executed. |
FormState::setFormObject | function | core/ |
Sets the form object that is responsible for building this form. |
FormState::setFormState | function | core/ |
Sets the value of the form state. |
FormState::setGroups | function | core/ |
Sets references to details elements to render them within vertical tabs. |
FormState::setHasFileElement | function | core/ |
Sets that this form has a file element. |
FormState::setIgnoreDestination | function | core/ |
Determines whether the redirect respects the destination query parameter. |
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::setMethod | function | core/ |
Sets the HTTP method to use for the form's submission. |
FormState::setProcessInput | function | core/ |
Sets that the form should process input. |
FormState::setProgrammed | function | core/ |
Sets that this form was submitted programmatically. |
FormState::setProgrammedBypassAccessCheck | function | core/ |
Sets if this form submission should bypass #access. |
FormState::setRebuild | function | core/ |
Sets the form to be rebuilt after processing. |
FormState::setRebuildInfo | function | core/ |
Sets the rebuild info. |
FormState::setRedirect | function | core/ |
Sets the redirect for the form. |
FormState::setRedirectUrl | function | core/ |
Sets the redirect URL for the form. |
FormState::setRequestMethod | function | core/ |
Sets the HTTP method used by the request that is building the form. |
FormState::setResponse | function | core/ |
Sets a response for this form. |
FormState::setStorage | function | core/ |
Sets the entire set of arbitrary data. |
FormState::setSubmitHandlers | function | core/ |
Sets the submit handlers. |
FormState::setSubmitted | function | core/ |
Sets that the form has been submitted. |
FormState::setTemporary | function | core/ |
Sets temporary data. |
FormState::setTemporaryValue | function | core/ |
Sets an arbitrary value in temporary storage. |
FormState::setTriggeringElement | function | core/ |
Sets the form element that triggered submission. |
FormState::setUserInput | function | core/ |
Sets the form values as though they were submitted by a user. |
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 | 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 the value for a property in the form state storage. |
FormStateDecoratorBase::getAlwaysProcess | function | core/ |
Determines if this form should always be processed. |
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.