You are here

public function BaseFormEvent::getFormState in Hook Event Dispatcher 8

Get the form state.

Return value

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

File

src/Event/Form/BaseFormEvent.php, line 80

Class

BaseFormEvent
Class BaseFormEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Form

Code

public function getFormState() {
  return $this->formState;
}