You are here

public function SubformStateInterface::getCompleteFormState in Markdown 8.2

Gets the complete form state.

Return value

\Drupal\Core\Form\FormStateInterface The complete form state.

Overrides SubformStateInterface::getCompleteFormState

1 method overrides SubformStateInterface::getCompleteFormState()
SubformState::getCompleteFormState in src/BcSupport/SubformState.php
Gets the complete form state.

File

src/BcSupport/SubformStateInterface.php, line 28

Class

SubformStateInterface
Stores information about the state of a subform.

Namespace

Drupal\markdown\BcSupport

Code

public function getCompleteFormState();