You are here

public function DropzoneMediaEntityCreateEvent::getFormState in DropzoneJS 8.2

Same name and namespace in other branches
  1. 8 src/Events/DropzoneMediaEntityCreateEvent.php \Drupal\dropzonejs\Events\DropzoneMediaEntityCreateEvent::getFormState()

Get the form state.

Return value

\Drupal\Core\Form\FormStateInterface The current formstate.

File

src/Events/DropzoneMediaEntityCreateEvent.php, line 118

Class

DropzoneMediaEntityCreateEvent
Represents Media Entity creation as an event when using DropzoneJS.

Namespace

Drupal\dropzonejs\Events

Code

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