Search for forms
Title | Object type | File name | Summary |
---|---|---|---|
FormBuilder::$formSubmitter | property | core/ |
The form submitter. |
FormBuilderTest::formStateResponseProvider | function | core/ |
Provides test data for testHandleFormStateResponse(). |
FormBuilderTest::testHandleFormStateResponse | function | core/ |
Tests the handling of FormStateInterface::$response. |
FormCache::loadCachedFormState | function | core/ |
Loads the cached form state. |
FormCacheTest::$formState | property | core/ |
|
FormCacheTest::$formStateCacheStore | property | core/ |
The expirable key value store used by form state cache. |
FormCacheTest::testLoadCachedFormState | function | core/ |
@covers ::loadCachedFormState |
FormCacheTest::testLoadCachedFormStateWithFiles | function | core/ |
@covers ::loadCachedFormState |
FormErrorHandler::setElementErrorsFromFormState | function | core/ |
Stores errors and a list of child element errors directly on each element. |
FormErrorHandlerTest::testSetElementErrorsFromFormState | function | core/ |
@covers ::handleFormErrors @covers ::setElementErrorsFromFormState |
FormState | class | core/ |
Stores information about the state of a form. |
FormState.php | file | core/ |
|
FormState::$always_process | property | core/ |
|
FormState::$anyErrors | property | core/ |
Tracks if any errors have been set on any form. |
FormState::$build_info | property | core/ |
|
FormState::$buttons | property | core/ |
A list containing copies of all submit and button elements in the form. |
FormState::$cache | property | core/ |
Determines if the unprocessed form structure is cached. |
FormState::$cleanValueKeys | property | core/ |
An associative array of form value keys to be removed by cleanValues(). |
FormState::$complete_form | property | core/ |
|
FormState::$errors | property | core/ |
Contains errors for this form. |
FormState::$executed | property | core/ |
If TRUE, the form was submitted and has been processed and executed. |
FormState::$groups | property | core/ |
Contains references to details elements to render them within vertical tabs. |
FormState::$has_file_element | property | core/ |
|
FormState::$ignoreDestination | property | core/ |
Used to ignore destination when redirecting. |
FormState::$input | property | core/ |
The array of values as they were submitted by the user. |
FormState::$invalidToken | property | core/ |
Determines if only safe element value callbacks are called. |
FormState::$limit_validation_errors | property | core/ |
|
FormState::$method | property | core/ |
The HTTP form method to use for finding the input for this form. |
FormState::$must_validate | property | core/ |
|
FormState::$no_cache | property | core/ |
|
FormState::$no_redirect | property | core/ |
|
FormState::$process_input | property | core/ |
|
FormState::$programmed | property | core/ |
Indicates if the form was submitted programmatically. |
FormState::$programmed_bypass_access_check | property | core/ |
|
FormState::$rebuild | property | core/ |
Determines whether the form is rebuilt. |
FormState::$rebuild_info | property | core/ |
|
FormState::$redirect | property | core/ |
Used to redirect the form on submission. |
FormState::$requestMethod | property | core/ |
The HTTP method used by the request building or processing this form. |
FormState::$response | property | core/ |
The response object. |
FormState::$storage | property | core/ |
The storage. |
FormState::$submitted | property | core/ |
If TRUE, the form has been submitted. Defaults to FALSE. |
FormState::$submit_handlers | property | core/ |
|
FormState::$temporary | property | core/ |
Holds temporary data accessible during the current page request only. |
FormState::$triggering_element | property | core/ |
|
FormState::$validate_handlers | property | core/ |
|
FormState::$validation_complete | property | core/ |
|
FormState::$values | property | core/ |
An associative array of values submitted to the form. |
FormState::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormState::addCleanValueKey | function | core/ |
Adds a key to the array of form values that will be cleaned. |
FormState::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.