You are here

private property AbstractFormEvent::$formState in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Form/AbstractFormEvent.php \Drupal\core_event_dispatcher\Event\Form\AbstractFormEvent::formState

The form state.

Type: \Drupal\Core\Form\FormStateInterface

File

modules/core_event_dispatcher/src/Event/Form/AbstractFormEvent.php, line 25

Class

AbstractFormEvent
Class AbstractFormEvent.

Namespace

Drupal\core_event_dispatcher\Event\Form

Code

private $formState;