You are here

protected property FormStateValuesTraitStub::$values in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php \Drupal\Tests\Core\Form\FormStateValuesTraitStub::values

The submitted form values.

Type: mixed[]

File

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

Class

FormStateValuesTraitStub

Namespace

Drupal\Tests\Core\Form

Code

protected $values = [];