Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormHooks::useStickyActionButtons | function | core/ |
Determines the feature flag to use for sticky action buttons. |
| FormHooks::__construct | function | core/ |
Constructs the form related hooks. |
| FormHooks::__construct | function | core/ |
Constructs the form related hooks. |
| FormInterface::submitForm | function | core/ |
Form submission handler. |
| FormModeAccessCheck | class | core/ |
Defines an access check for entity form mode routes. |
| FormModeAccessCheck.php | file | 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/ |
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::addWorkspaceValidation | function | core/ |
Adds our validation handler recursively on each element of a form. |
| FormOperations::formAlter | function | core/ |
Implements hook_form_alter(). |
| FormOperations::setAjaxWorkspace | function | core/ |
Ensures that the current workspace is persisted across AJAX interactions. |
| FormOperations::validateDefaultWorkspace | function | core/ |
Validation handler which sets a validation error for all unsupported forms. |
| FormOperations::__construct | function | core/ |
|
| FormPreprocess | class | core/ |
Initial preprocess callbacks for the form system. |
| FormPreprocess.php | file | core/ |
|
| FormPreprocess::preprocessCheckboxes | function | core/ |
Prepares variables for checkboxes templates. |
| FormPreprocess::preprocessDetails | function | core/ |
Prepares variables for details element templates. |
| FormPreprocess::preprocessFieldset | function | core/ |
Prepares variables for fieldset element templates. |
| FormPreprocess::preprocessForm | function | core/ |
Prepares variables for form templates. |
| FormPreprocess::preprocessFormElement | function | core/ |
Returns HTML for a form element. |
| FormPreprocess::preprocessFormElementLabel | function | core/ |
Prepares variables for form label templates. |
| FormPreprocess::preprocessInput | function | core/ |
Prepares variables for input templates. |
| FormPreprocess::preprocessRadios | function | core/ |
Prepares variables for radios templates. |
| FormPreprocess::preprocessSelect | function | core/ |
Prepares variables for select element templates. |
| FormPreprocess::preprocessTextarea | function | core/ |
Prepares variables for textarea templates. |
| FormPreprocess::preprocessVerticalTabs | function | core/ |
Prepares variables for vertical tabs templates. |
| FormRouteEnhancer::applies | function | core/ |
Returns whether the enhancer runs on the current route. |
| 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. |
Pagination
- Previous page
- Page 631
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.