FormState::getValues

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;
}
doc_Drupal
2016-10-29 09:15:58
Comments
Leave a Comment

Please login to continue.