You are here

constant Events::MEDIA_ENTITY_PRECREATE in DropzoneJS 8.2

The MEDIA_ENTITY_PRECREATE event.

This event occurs when creating a new Media Entity, before it is displayed in the Inline Entity Form Widget (currently only used there)

File

src/Events/Events.php, line 29

Class

Events
Contains all events thrown by dropzonejs.

Namespace

Drupal\dropzonejs\Events

Code

const MEDIA_ENTITY_PRECREATE = 'dropzonejs.media_entity_precreate';