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 |
---|---|---|---|
FormStateDecoratorBaseTest::testSetAlwaysProcess | function | core/ |
@covers ::setAlwaysProcess |
FormStateDecoratorBaseTest::testSetBuildInfo | function | core/ |
@covers ::setBuildInfo |
FormStateDecoratorBaseTest::testSetButtons | function | core/ |
@covers ::setButtons |
FormStateDecoratorBaseTest::testSetCached | function | core/ |
@covers ::setCached |
FormStateDecoratorBaseTest::testSetCachedWithLogicException | function | core/ |
@covers ::setCached |
FormStateDecoratorBaseTest::testSetCleanValueKeys | function | core/ |
@covers ::setCleanValueKeys |
FormStateDecoratorBaseTest::testSetCompleteForm | function | core/ |
@covers ::setCompleteForm |
FormStateDecoratorBaseTest::testSetError | function | core/ |
@covers ::setError |
FormStateDecoratorBaseTest::testSetErrorByName | function | core/ |
@covers ::setErrorByName |
FormStateDecoratorBaseTest::testSetExecuted | function | core/ |
@covers ::setExecuted |
FormStateDecoratorBaseTest::testSetFormObject | function | core/ |
@covers ::setFormObject |
FormStateDecoratorBaseTest::testSetFormState | function | core/ |
@covers ::setFormState |
FormStateDecoratorBaseTest::testSetGroups | function | core/ |
@covers ::setGroups |
FormStateDecoratorBaseTest::testSetHasFileElement | function | core/ |
@covers ::setHasFileElement |
FormStateDecoratorBaseTest::testSetInvalidToken | function | core/ |
@covers ::setInvalidToken |
FormStateDecoratorBaseTest::testSetLimitValidationErrors | function | core/ |
@covers ::setLimitValidationErrors |
FormStateDecoratorBaseTest::testSetMethod | function | core/ |
@covers ::setMethod |
FormStateDecoratorBaseTest::testSetProcessInput | function | core/ |
@covers ::setProcessInput |
FormStateDecoratorBaseTest::testSetProgrammed | function | core/ |
@covers ::setProgrammed |
FormStateDecoratorBaseTest::testSetProgrammedBypassAccessCheck | function | core/ |
@covers ::setProgrammedBypassAccessCheck |
FormStateDecoratorBaseTest::testSetRebuild | function | core/ |
@covers ::setRebuild |
FormStateDecoratorBaseTest::testSetRebuildInfo | function | core/ |
@covers ::setRebuildInfo |
FormStateDecoratorBaseTest::testSetRedirect | function | core/ |
@covers ::setRedirect |
FormStateDecoratorBaseTest::testSetRedirectUrl | function | core/ |
@covers ::setRedirectUrl |
FormStateDecoratorBaseTest::testSetRequestMethod | function | core/ |
@covers ::setRequestMethod |
FormStateDecoratorBaseTest::testSetResponse | function | core/ |
@covers ::setResponse |
FormStateDecoratorBaseTest::testSetStorage | function | core/ |
@covers ::setStorage |
FormStateDecoratorBaseTest::testSetSubmitHandlers | function | core/ |
@covers ::setSubmitHandlers |
FormStateDecoratorBaseTest::testSetSubmitted | function | core/ |
@covers ::setSubmitted |
FormStateDecoratorBaseTest::testSetTemporary | function | core/ |
@covers ::setTemporary |
FormStateDecoratorBaseTest::testSetTemporaryValue | function | core/ |
@covers ::setTemporaryValue |
FormStateDecoratorBaseTest::testSetTriggeringElement | function | core/ |
@covers ::setTriggeringElement |
FormStateDecoratorBaseTest::testSetUserInput | function | core/ |
@covers ::setUserInput |
FormStateDecoratorBaseTest::testSetValidateHandlers | function | core/ |
@covers ::setValidateHandlers |
FormStateDecoratorBaseTest::testSetValidationComplete | function | core/ |
@covers ::setValidationComplete |
FormStateDecoratorBaseTest::testSetValidationEnforced | function | core/ |
@covers ::setValidationEnforced |
FormStateDecoratorBaseTest::testSetValue | function | core/ |
@covers ::setValue |
FormStateDecoratorBaseTest::testSetValueForElement | function | core/ |
@covers ::setValueForElement |
FormStateDecoratorBaseTest::testSetValues | function | core/ |
@covers ::setValues |
FormStateDecoratorBaseTest::testUnsetValue | function | core/ |
@covers ::unsetValue |
FormStateInterface | interface | core/ |
Provides an interface for an object containing the current state of a form. |
FormStateInterface.php | file | core/ |
|
FormStateInterface::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormStateInterface::addCleanValueKey | function | core/ |
Adds a key to the array of form values that will be cleaned. |
FormStateInterface::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormStateInterface::cleanValues | function | core/ |
Removes internal Form API elements and buttons from submitted form values. |
FormStateInterface::clearErrors | function | core/ |
Clears all errors against all form elements made by self::setErrorByName(). |
FormStateInterface::disableCache | function | core/ |
Prevents the form from being cached. |
FormStateInterface::disableRedirect | function | core/ |
Prevents the form from redirecting. |
FormStateInterface::get | function | core/ |
Gets any arbitrary property. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.