protected property FormState::$values

An associative array of values submitted to the form.

The validation functions and submit functions use this array for nearly all their decision making. (Note that #tree determines whether the values are a flat array or an array whose structure parallels the $form array. See \Drupal\Core\Render\Element\FormElement for more information.)

This property is uncacheable.

Type: array

File

core/lib/Drupal/Core/Form/FormState.php, line 217

Class

FormState
Stores information about the state of a form.

Namespace

Drupal\Core\Form

Code

protected $values = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!FormState.php/property/FormState::values/8.1.x