You are here

6 calls to FormState::getValues() in Zircon Profile 8

FormState::cleanValues in core/lib/Drupal/Core/Form/FormState.php
Removes internal Form API elements and buttons from submitted form values.
FormState::getValue in core/lib/Drupal/Core/Form/FormState.php
Returns the submitted form value for a specific key.
FormState::hasValue in core/lib/Drupal/Core/Form/FormState.php
Determines if a specific key is present in the submitted form values.
FormState::isValueEmpty in core/lib/Drupal/Core/Form/FormState.php
Determines if a specific key has a value in the submitted form values.
FormState::setValue in core/lib/Drupal/Core/Form/FormState.php
Sets the submitted form value for a specific key.
FormState::unsetValue in core/lib/Drupal/Core/Form/FormState.php
Removes a specific key from the submitted form values.