function FormStateValuesTraitStub::getValues
Implements \Drupal\Core\Form\FormStateInterface::getValues()
Overrides FormStateValuesTrait::getValues
File
-
core/
tests/ Drupal/ Tests/ Core/ Form/ FormStateValuesTraitTest.php, line 273
Class
- FormStateValuesTraitStub
- Stub class with trait for testing.
Namespace
Drupal\Tests\Core\FormCode
public function &getValues() {
return $this->values;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.