function FormStateValuesTrait::unsetValue
Implements \Drupal\Core\Form\FormStateInterface::unsetValue()
1 call to FormStateValuesTrait::unsetValue()
- FormState::cleanValues in core/lib/ Drupal/ Core/ Form/ FormState.php 
- Removes internal Form API elements and buttons from submitted form values.
File
- 
              core/lib/ Drupal/ Core/ Form/ FormStateValuesTrait.php, line 53 
Class
- FormStateValuesTrait
- Provides methods to manage form state values.
Namespace
Drupal\Core\FormCode
public function unsetValue($key) {
  NestedArray::unsetValue($this->getValues(), (array) $key);
  return $this;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
