You are here

protected property DropzoneMediaEntityCreateEvent::$file in DropzoneJS 8.2

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

The file that will be used for the media entity.

Type: \Drupal\file\FileInterface

File

src/Events/DropzoneMediaEntityCreateEvent.php, line 27

Class

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

Namespace

Drupal\dropzonejs\Events

Code

protected $file;