function FormStateDecoratorBase::setFormState
Sets the value of the form state.
Parameters
array $form_state_additions: An array of values to add to the form state.
Return value
$this
Overrides FormStateInterface::setFormState
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateDecoratorBase.php, line 23
Class
- FormStateDecoratorBase
- Decorates another form state.
Namespace
Drupal\Core\FormCode
public function setFormState(array $form_state_additions) {
$this->decoratedFormState
->setFormState($form_state_additions);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.