You are here

protected property FlysystemFactory::$pluginManager in Flysystem 8

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

The Flysystem plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

src/FlysystemFactory.php, line 64

Class

FlysystemFactory
A factory for Flysystem filesystems.

Namespace

Drupal\flysystem

Code

protected $pluginManager;