function FormStateValuesTrait::setValue
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Form/FormStateValuesTrait.php \Drupal\Core\Form\FormStateValuesTrait::setValue()
- 10 core/lib/Drupal/Core/Form/FormStateValuesTrait.php \Drupal\Core\Form\FormStateValuesTrait::setValue()
- 11.x core/lib/Drupal/Core/Form/FormStateValuesTrait.php \Drupal\Core\Form\FormStateValuesTrait::setValue()
Implements \Drupal\Core\Form\FormStateInterface::setValue()
1 call to FormStateValuesTrait::setValue()
- FormStateValuesTrait::setValueForElement in core/
lib/ Drupal/ Core/ Form/ FormStateValuesTrait.php - Implements \Drupal\Core\Form\FormStateInterface::setValueForElement()
File
-
core/
lib/ Drupal/ Core/ Form/ FormStateValuesTrait.php, line 45
Class
- FormStateValuesTrait
- Provides methods to manage form state values.
Namespace
Drupal\Core\FormCode
public function setValue($key, $value) {
NestedArray::setValue($this->getValues(), (array) $key, $value, TRUE);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.