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::getResponse | function | core/ |
Gets a response for this form. |
FormState::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
FormState::getSubmitHandlers | function | core/ |
Gets the submit handlers. |
FormState::getTemporary | function | core/ |
Gets temporary data. |
FormState::getTemporaryValue | function | core/ |
Gets an arbitrary value from temporary storage. |
FormState::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormState::getUserInput | function | core/ |
Returns the form values as they were submitted by the user. |
FormState::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormState::getValues | function | core/ |
Implements \Drupal\Core\Form\FormStateInterface::getValues() |
FormState::has | function | core/ |
Determines if a property is present in the form state storage. |
FormState::hasAnyErrors | function | core/ |
Determines if any forms have any errors. |
FormState::hasFileElement | function | core/ |
Returns whether this form has a file element. |
FormState::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormState::hasTemporaryValue | function | core/ |
Determines if a temporary value is present. |
FormState::isBypassingProgrammedAccessChecks | function | core/ |
Determines if this form submission should bypass #access. |
FormState::isCached | function | core/ |
Determines if the form should be cached. |
FormState::isExecuted | function | core/ |
Determines if the form was submitted and has been processed and executed. |
FormState::isMethodType | function | core/ |
Returns the HTTP form method. |
FormState::isProcessingInput | function | core/ |
Determines if the form input will be processed. |
FormState::isProgrammed | function | core/ |
Returns if this form was submitted programmatically. |
FormState::isRebuilding | function | core/ |
Determines if the form should be rebuilt after processing. |
FormState::isRedirectDisabled | function | core/ |
Determines if redirecting has been prevented. |
FormState::isRequestMethodSafe | function | core/ |
Checks whether the request method is a "safe" HTTP method. |
FormState::isSubmitted | function | core/ |
Determines if the form has been submitted. |
FormState::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormState::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormState::loadInclude | function | core/ |
Ensures an include file is loaded whenever the form is processed. |
FormState::moduleLoadInclude | function | core/ |
Wraps ModuleHandler::loadInclude(). |
FormState::prepareCallback | function | core/ |
Converts support notations for a form callback to a valid callable. |
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.