You are here

constant Events::MEDIA_ENTITY_CREATE in DropzoneJS 8

Same name and namespace in other branches
  1. 8.2 src/Events/Events.php \Drupal\dropzonejs\Events\Events::MEDIA_ENTITY_CREATE

The MEDIA_ENTITY_CREATE event.

The MEDIA_ENTITY_CREATE event occurs when creating a new Media Entity, before it is saved to the database.

File

src/Events/Events.php, line 18

Class

Events
Contains all events thrown by dropzonejs.

Namespace

Drupal\dropzonejs\Events

Code

const MEDIA_ENTITY_CREATE = 'dropzonejs.media_entity_create';