You are here

public function DropzoneMediaEntityCreateEvent::getForm in DropzoneJS 8

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

Get the form that contains the Dropzone element.

Return value

array The form that contains the Dropzone element.

File

src/Events/DropzoneMediaEntityCreateEvent.php, line 108

Class

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

Namespace

Drupal\dropzonejs\Events

Code

public function getForm() {
  return $this->form;
}