Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php \Drupal\Tests\Core\Form\FormStateValuesTraitStub::getValues()
  2. 9 core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php \Drupal\Tests\Core\Form\FormStateValuesTraitStub::getValues()

Implements \Drupal\Core\Form\FormStateInterface::getValues()

Overrides FormStateValuesTrait::getValues

File

core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php, line 261

Class

FormStateValuesTraitStub

Namespace

Drupal\Tests\Core\Form

Code

public function &getValues() {
  return $this->values;
}