Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormObjectTest.php | file | core/ |
|
| FormObjectTest.php | file | core/ |
|
| FormObjectTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FormObjectTest::$modules | property | core/ |
Modules to install. |
| FormObjectTest::$modules | property | core/ |
Modules to install. |
| 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/ |
Instantiates a new instance of this class. |
| 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/ |
Updates the defaults for a route definition based on the request. |
| 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. |
| 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/ |
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/ |
Indicates a file element is present. |
| 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/ |
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/ |
Indicates if a validation will be forced. |
| FormState::$no_cache | property | core/ |
If set to TRUE the form will NOT be cached, even if 'cache' is set. |
| FormState::$no_redirect | property | core/ |
If set to TRUE the form will NOT perform a redirect. |
| FormState::$process_input | property | core/ |
Indicates correct form submission. |
| FormState::$programmed | property | core/ |
Indicates if the form was submitted programmatically. |
| FormState::$programmed_bypass_access_check | property | core/ |
Indicates if programmatic form submissions bypasses #access check. |
| FormState::$rebuild | property | core/ |
Determines whether the form is rebuilt. |
| FormState::$rebuild_info | property | core/ |
Similar to self::$build_info. |
| 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. |
Pagination
- Previous page
- Page 714
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.