You are here

protected property FileUploadResource::$eventDispatcher in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::eventDispatcher

The event dispatcher to dispatch the filename sanitize event.

Type: \Symfony\Contracts\EventDispatcher\EventDispatcherInterface

File

core/modules/file/src/Plugin/rest/resource/FileUploadResource.php, line 135

Class

FileUploadResource
File upload resource.

Namespace

Drupal\file\Plugin\rest\resource

Code

protected $eventDispatcher;