function FormState::setTemporaryValue
Same name in other branches
- 9 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::setTemporaryValue()
- 8.9.x core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::setTemporaryValue()
- 10 core/lib/Drupal/Core/Form/FormState.php \Drupal\Core\Form\FormState::setTemporaryValue()
Overrides FormStateInterface::setTemporaryValue
File
-
core/
lib/ Drupal/ Core/ Form/ FormState.php, line 842
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\FormCode
public function setTemporaryValue($key, $value) {
NestedArray::setValue($this->temporary, (array) $key, $value, TRUE);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.