| 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. |
| FormState::$rebuild_info |
property |
core/lib/Drupal/Core/Form/FormState.php |
Similar to self::$build_info. |
| FormState::$redirect |
property |
core/lib/Drupal/Core/Form/FormState.php |
Used to redirect the form on submission. |
| FormState::$requestMethod |
property |
core/lib/Drupal/Core/Form/FormState.php |
The HTTP method used by the request building or processing this form. |
| FormState::$response |
property |
core/lib/Drupal/Core/Form/FormState.php |
The response object. |
| FormState::$storage |
property |
core/lib/Drupal/Core/Form/FormState.php |
The storage. |
| FormState::$submitted |
property |
core/lib/Drupal/Core/Form/FormState.php |
If TRUE, the form has been submitted. Defaults to FALSE. |
| FormState::$submit_handlers |
property |
core/lib/Drupal/Core/Form/FormState.php |
Stores the gathered submission handlers. |
| FormState::$temporary |
property |
core/lib/Drupal/Core/Form/FormState.php |
Holds temporary data accessible during the current page request only. |
| FormState::$triggering_element |
property |
core/lib/Drupal/Core/Form/FormState.php |
The form element that triggered submission. |
| FormState::$validate_handlers |
property |
core/lib/Drupal/Core/Form/FormState.php |
Stores the gathered validation handlers. |
| FormState::$validation_complete |
property |
core/lib/Drupal/Core/Form/FormState.php |
Tracks if the form has finished validation. |
| FormState::$values |
property |
core/lib/Drupal/Core/Form/FormState.php |
An associative array of values submitted to the form. |
| FormState::addBuildInfo |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::addCleanValueKey |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::addRebuildInfo |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::cleanValues |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::clearErrors |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::disableCache |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::disableRedirect |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::get |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getAlwaysProcess |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getBuildInfo |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getButtons |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getCacheableArray |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getCleanValueKeys |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getCompleteForm |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getError |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getErrors |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getFormObject |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getGroups |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getIgnoreDestination |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getLimitValidationErrors |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getRebuildInfo |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getRedirect |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getResponse |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getStorage |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getSubmitHandlers |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getTemporary |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getUserInput |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::getValues |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::has |
function |
core/lib/Drupal/Core/Form/FormState.php |
|
| FormState::hasAnyErrors |
function |
core/lib/Drupal/Core/Form/FormState.php |
|