function SubformStateInterface::getCompleteFormState
Same name in other branches
- 9 core/lib/Drupal/Core/Form/SubformStateInterface.php \Drupal\Core\Form\SubformStateInterface::getCompleteFormState()
- 8.9.x core/lib/Drupal/Core/Form/SubformStateInterface.php \Drupal\Core\Form\SubformStateInterface::getCompleteFormState()
- 10 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\FormCode
public function getCompleteFormState();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.