| FormState::setValidationEnforced |
function |
core/lib/Drupal/Core/Form/FormState.php |
Enforces that validation is run. |
| FormStateDecoratorBase |
class |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Decorates another form state. |
| FormStateDecoratorBase.php |
file |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
|
| FormStateDecoratorBase::$decoratedFormState |
property |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
The decorated form state. |
| FormStateDecoratorBase::addBuildInfo |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Adds a value to the build info. |
| FormStateDecoratorBase::addCleanValueKey |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Adds a key to the array of form values that will be cleaned. |
| FormStateDecoratorBase::addRebuildInfo |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Adds a value to the rebuild info. |
| FormStateDecoratorBase::cleanValues |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Removes internal Form API elements and buttons from submitted form values. |
| FormStateDecoratorBase::clearErrors |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Clears all errors against all form elements made by self::setErrorByName(). |
| FormStateDecoratorBase::disableCache |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Prevents the form from being cached. |
| FormStateDecoratorBase::disableRedirect |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Prevents the form from redirecting. |
| FormStateDecoratorBase::get |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the value for a property in the form state storage. |
| FormStateDecoratorBase::getAlwaysProcess |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if this form should always be processed. |
| FormStateDecoratorBase::getBuildInfo |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the build info for the form. |
| FormStateDecoratorBase::getButtons |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the submit and button elements for the form. |
| FormStateDecoratorBase::getCacheableArray |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns an array representation of the cacheable portion of the form state. |
| FormStateDecoratorBase::getCleanValueKeys |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the keys of the form values that will be cleaned. |
| FormStateDecoratorBase::getCompleteForm |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns a reference to the complete form array. |
| FormStateDecoratorBase::getError |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the error message filed against the given form element. |
| FormStateDecoratorBase::getErrors |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns an associative array of all errors. |
| FormStateDecoratorBase::getFormObject |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the form object that is responsible for building this form. |
| FormStateDecoratorBase::getGroups |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns references to details elements to render them within vertical tabs. |
| FormStateDecoratorBase::getIgnoreDestination |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets whether the redirect respects the destination query parameter. |
| FormStateDecoratorBase::getLimitValidationErrors |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Retrieves the limited validation error sections. |
| FormStateDecoratorBase::getRebuildInfo |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the rebuild info. |
| FormStateDecoratorBase::getRedirect |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the value to use for redirecting after the form has been executed. |
| FormStateDecoratorBase::getResponse |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets a response for this form. |
| FormStateDecoratorBase::getStorage |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the entire set of arbitrary data. |
| FormStateDecoratorBase::getSubmitHandlers |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the submit handlers. |
| FormStateDecoratorBase::getTemporary |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets temporary data. |
| FormStateDecoratorBase::getTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets an arbitrary value from temporary storage. |
| FormStateDecoratorBase::getTriggeringElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the form element that triggered submission. |
| FormStateDecoratorBase::getUserInput |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the form values as they were submitted by the user. |
| FormStateDecoratorBase::getValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Gets the validate handlers. |
| FormStateDecoratorBase::getValue |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the submitted form value for a specific key. |
| FormStateDecoratorBase::getValues |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the submitted and sanitized form values. |
| FormStateDecoratorBase::has |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if a property is present in the form state storage. |
| FormStateDecoratorBase::hasAnyErrors |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if any forms have any errors. |
| FormStateDecoratorBase::hasFileElement |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns whether this form has a file element. |
| FormStateDecoratorBase::hasInvalidToken |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if the form has an invalid token. |
| FormStateDecoratorBase::hasTemporaryValue |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if a temporary value is present. |
| FormStateDecoratorBase::hasValue |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if a specific key is present in the submitted form values. |
| FormStateDecoratorBase::isBypassingProgrammedAccessChecks |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if this form submission should bypass #access. |
| FormStateDecoratorBase::isCached |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if the form should be cached. |
| FormStateDecoratorBase::isExecuted |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if the form was submitted and has been processed and executed. |
| FormStateDecoratorBase::isMethodType |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns the HTTP form method. |
| FormStateDecoratorBase::isProcessingInput |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if the form input will be processed. |
| FormStateDecoratorBase::isProgrammed |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Returns if this form was submitted programmatically. |
| FormStateDecoratorBase::isRebuilding |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if the form should be rebuilt after processing. |
| FormStateDecoratorBase::isRedirectDisabled |
function |
core/lib/Drupal/Core/Form/FormStateDecoratorBase.php |
Determines if redirecting has been prevented. |