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