public SubformStateInterface::getCompleteFormState()
Gets the complete form state.
Return value
\Drupal\Core\Form\FormStateInterface
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();
Please login to continue.