| FormObjectTest::testObjectFormCallback |
function |
core/modules/system/tests/src/Functional/Form/FormObjectTest.php |
Tests using an object as the form callback. |
| FormOperations |
class |
core/modules/workspaces/src/Hook/FormOperations.php |
Defines a class for reacting to form operations. |
| FormOperations.php |
file |
core/modules/workspaces/src/Hook/FormOperations.php |
|
| FormOperations::addWorkspaceValidation |
function |
core/modules/workspaces/src/Hook/FormOperations.php |
Adds our validation handler recursively on each element of a form. |
| FormOperations::formAlter |
function |
core/modules/workspaces/src/Hook/FormOperations.php |
Implements hook_form_alter(). |
| FormOperations::setAjaxWorkspace |
function |
core/modules/workspaces/src/Hook/FormOperations.php |
Ensures that the current workspace is persisted across AJAX interactions. |
| FormOperations::validateDefaultWorkspace |
function |
core/modules/workspaces/src/Hook/FormOperations.php |
Validation handler which sets a validation error for all unsupported forms. |
| FormOperations::__construct |
function |
core/modules/workspaces/src/Hook/FormOperations.php |
|
| FormPreprocess |
class |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Initial preprocess callbacks for the form system. |
| FormPreprocess.php |
file |
core/lib/Drupal/Core/Form/FormPreprocess.php |
|
| FormPreprocess::preprocessCheckboxes |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for checkboxes templates. |
| FormPreprocess::preprocessDetails |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for details element templates. |
| FormPreprocess::preprocessFieldset |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for fieldset element templates. |
| FormPreprocess::preprocessForm |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for form templates. |
| FormPreprocess::preprocessFormElement |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Returns HTML for a form element. |
| FormPreprocess::preprocessFormElementLabel |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for form label templates. |
| FormPreprocess::preprocessInput |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for input templates. |
| FormPreprocess::preprocessRadios |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for radios templates. |
| FormPreprocess::preprocessSelect |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for select element templates. |
| FormPreprocess::preprocessTextarea |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for textarea templates. |
| FormPreprocess::preprocessVerticalTabs |
function |
core/lib/Drupal/Core/Form/FormPreprocess.php |
Prepares variables for vertical tabs templates. |
| FormRouteEnhancer |
class |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Enhancer to add a wrapping controller for _form routes. |
| FormRouteEnhancer.php |
file |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
|
| FormRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Returns whether the enhancer runs on the current route. |
| FormRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php |
Updates the defaults for a route definition based on the request. |
| FormState |
class |
core/lib/Drupal/Core/Form/FormState.php |
Stores information about the state of a form. |
| FormState.php |
file |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::$always_process |
property |
core/lib/Drupal/Core/Form/FormState.php |
If TRUE and the method is GET, a form_id is not necessary. |
| FormState::$anyErrors |
property |
core/lib/Drupal/Core/Form/FormState.php |
Tracks if any errors have been set on any form. |
| FormState::$build_info |
property |
core/lib/Drupal/Core/Form/FormState.php |
An associative array of information stored by Form API. |
| FormState::$buttons |
property |
core/lib/Drupal/Core/Form/FormState.php |
A list containing copies of all submit and button elements in the form. |
| FormState::$cache |
property |
core/lib/Drupal/Core/Form/FormState.php |
Determines if the unprocessed form structure is cached. |
| FormState::$cleanValueKeys |
property |
core/lib/Drupal/Core/Form/FormState.php |
An associative array of form value keys to be removed by cleanValues(). |
| FormState::$complete_form |
property |
core/lib/Drupal/Core/Form/FormState.php |
The complete form structure. |
| FormState::$errors |
property |
core/lib/Drupal/Core/Form/FormState.php |
Contains errors for this form. |
| FormState::$executed |
property |
core/lib/Drupal/Core/Form/FormState.php |
If TRUE, the form was submitted and has been processed and executed. |
| FormState::$groups |
property |
core/lib/Drupal/Core/Form/FormState.php |
The references to details elements to render them within vertical tabs. |
| FormState::$has_file_element |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates a file element is present. |
| FormState::$ignoreDestination |
property |
core/lib/Drupal/Core/Form/FormState.php |
Used to ignore destination when redirecting. |
| FormState::$input |
property |
core/lib/Drupal/Core/Form/FormState.php |
The array of values as they were submitted by the user. |
| FormState::$invalidToken |
property |
core/lib/Drupal/Core/Form/FormState.php |
Determines if only safe element value callbacks are called. |
| FormState::$limit_validation_errors |
property |
core/lib/Drupal/Core/Form/FormState.php |
Stores which errors should be limited during validation. |
| FormState::$method |
property |
core/lib/Drupal/Core/Form/FormState.php |
The HTTP form method to use for finding the input for this form. |
| FormState::$must_validate |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates if a validation will be forced. |
| FormState::$no_cache |
property |
core/lib/Drupal/Core/Form/FormState.php |
If set to TRUE the form will NOT be cached, even if 'cache' is set. |
| FormState::$no_redirect |
property |
core/lib/Drupal/Core/Form/FormState.php |
If set to TRUE the form will NOT perform a redirect. |
| FormState::$process_input |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates correct form submission. |
| FormState::$programmed |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates if the form was submitted programmatically. |
| FormState::$programmed_bypass_access_check |
property |
core/lib/Drupal/Core/Form/FormState.php |
Indicates if programmatic form submissions bypasses #access check. |
| FormState::$rebuild |
property |
core/lib/Drupal/Core/Form/FormState.php |
Determines whether the form is rebuilt. |