You are here

public function SubformStateInterface::getCompleteFormState in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/SubformStateInterface.php \Drupal\Core\Form\SubformStateInterface::getCompleteFormState()

Gets the complete form state.

Return value

\Drupal\Core\Form\FormStateInterface

1 method overrides SubformStateInterface::getCompleteFormState()
SubformState::getCompleteFormState in core/lib/Drupal/Core/Form/SubformState.php
Gets the complete form state.

File

core/lib/Drupal/Core/Form/SubformStateInterface.php, line 49

Class

SubformStateInterface
Stores information about the state of a subform.

Namespace

Drupal\Core\Form

Code

public function getCompleteFormState();