public &FormState::getValues()
Implements \Drupal\Core\Form\FormStateInterface::getValues()
Overrides FormStateValuesTrait::getValues
File
- core/lib/Drupal/Core/Form/FormState.php, line 979
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\Form
Code
public function &getValues() { return $this->values; }
Please login to continue.