You are here

abstract public function FormStateValuesTrait::getValues in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormStateValuesTrait.php \Drupal\Core\Form\FormStateValuesTrait::getValues()
  2. 9 core/lib/Drupal/Core/Form/FormStateValuesTrait.php \Drupal\Core\Form\FormStateValuesTrait::getValues()

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

2 methods override FormStateValuesTrait::getValues()
FormStateValuesTraitStub::getValues in core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php
Implements \Drupal\Core\Form\FormStateInterface::getValues()
SubformState::getValues in core/lib/Drupal/Core/Form/SubformState.php
Implements \Drupal\Core\Form\FormStateInterface::getValues()

File

core/lib/Drupal/Core/Form/FormStateValuesTrait.php, line 19

Class

FormStateValuesTrait
Provides methods to manage form state values.

Namespace

Drupal\Core\Form

Code

public abstract function &getValues();