You are here

protected property FlysystemFactory::$eventDispatcher in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::eventDispatcher
  2. 2.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::eventDispatcher
  3. 3.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::eventDispatcher

The event dispatcher.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

src/FlysystemFactory.php, line 50

Class

FlysystemFactory
A factory for Flysystem filesystems.

Namespace

Drupal\flysystem

Code

protected $eventDispatcher;