Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormJSAddMoreTest::$defaultTheme | property | core/ |
|
| FormJSAddMoreTest::$modules | property | core/ |
|
| FormJSAddMoreTest::setUp | function | core/ |
|
| FormJSAddMoreTest::testFieldFormJsAddMore | function | core/ |
Tests the 'Add more' functionality. |
| FormModeAccessCheck | class | core/ |
Defines an access check for entity form mode routes. |
| FormModeAccessCheck.php | file | core/ |
|
| FormModeAccessCheck::$deprecatedProperties | property | core/ |
|
| FormModeAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
| FormModeAccessCheck::access | function | core/ |
Checks access to the form mode. |
| FormModeAccessCheck::__construct | function | core/ |
Creates a new FormModeAccessCheck. |
| FormObjectTest | class | core/ |
Tests building a form from an object. |
| FormObjectTest | class | core/ |
Tests building a form from an object. |
| FormObjectTest.php | file | core/ |
|
| FormObjectTest.php | file | core/ |
|
| FormObjectTest::$defaultTheme | property | core/ |
|
| FormObjectTest::$modules | property | core/ |
Modules to enable. |
| FormObjectTest::$modules | property | core/ |
Modules to enable. |
| FormObjectTest::setUp | function | core/ |
|
| FormObjectTest::testObjectFormCallback | function | core/ |
Tests using an object as the form callback. |
| FormOperations | class | core/ |
Defines a class for reacting to form operations. |
| FormOperations.php | file | core/ |
|
| FormOperations::$workspaceManager | property | core/ |
The workspace manager service. |
| FormOperations::addWorkspaceValidation | function | core/ |
Adds our validation handler recursively on each element of a form. |
| FormOperations::create | function | core/ |
|
| FormOperations::formAlter | function | core/ |
Alters forms to disallow editing in non-default workspaces. |
| FormOperations::validateDefaultWorkspace | function | core/ |
Validation handler which sets a validation error for all unsupported forms. |
| FormOperations::__construct | function | core/ |
Constructs a new FormOperations instance. |
| FormRouteEnhancer | class | core/ |
Enhancer to add a wrapping controller for _form routes. |
| FormRouteEnhancer.php | file | core/ |
|
| FormRouteEnhancer::applies | function | core/ |
Returns whether the enhancer runs on the current route. |
| FormRouteEnhancer::enhance | function | core/ |
|
| FormState | class | core/ |
Stores information about the state of a form. |
| FormState.php | file | core/ |
|
| FormState::$always_process | property | core/ |
If TRUE and the method is GET, a form_id is not necessary. |
| FormState::$anyErrors | property | core/ |
Tracks if any errors have been set on any form. |
| FormState::$build_info | property | core/ |
An associative array of information stored by Form API that is necessary to build and rebuild the form from cache when the original context may no longer be available: |
| FormState::$buttons | property | core/ |
A list containing copies of all submit and button elements in the form. |
| FormState::$cache | property | core/ |
If set to TRUE the original, unprocessed form structure will be cached, which allows the entire form to be rebuilt from cache. A typical form workflow involves two page requests; first, a form is built and rendered for the user to fill in. Then, the… |
| FormState::$cleanValueKeys | property | core/ |
An associative array of form value keys to be removed by cleanValues(). |
| FormState::$complete_form | property | core/ |
The complete form structure. |
| 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/ |
If TRUE, there is a file element and Form API will set the appropriate 'enctype' HTML attribute on the form. |
| FormState::$input | property | core/ |
The array of values as they were submitted by the user. |
| FormState::$invalidToken | property | core/ |
If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe. |
| FormState::$limit_validation_errors | property | core/ |
Stores which errors should be limited during validation. |
| FormState::$method | property | core/ |
The HTTP form method to use for finding the input for this form. |
| FormState::$must_validate | property | core/ |
Ordinarily, a form is only validated once, but there are times when a form is resubmitted internally and should be validated again. Setting this to TRUE will force that to happen. This is most likely to occur during Ajax operations. |
| FormState::$no_cache | property | core/ |
If set to TRUE the form will NOT be cached, even if 'cache' is set. |
Pagination
- Previous page
- Page 689
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.