function SubformStateInterface::getCompleteFormState

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Form/SubformStateInterface.php \Drupal\Core\Form\SubformStateInterface::getCompleteFormState()
  2. 8.9.x core/lib/Drupal/Core/Form/SubformStateInterface.php \Drupal\Core\Form\SubformStateInterface::getCompleteFormState()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.