FormStateInterface::setValues

public FormStateInterface::setValues(array $values)

Sets the submitted form values.

This should be avoided, since these values have been validated already. Use self::setUserInput() instead.

Parameters

array $values: The multi-dimensional associative array of form values.

Return value

$this

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 313

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function setValues(array $values);
doc_Drupal
2016-10-29 09:16:46
Comments
Leave a Comment

Please login to continue.