You are here

protected property FlysystemFactory::$plugins in Flysystem 2.0.x

Same name and namespace in other branches
  1. 8 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::plugins
  2. 7 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::plugins
  3. 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::plugins
  4. 3.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::plugins

Created plugins.

Type: \Drupal\flysystem\Plugin\FlysystemPluginInterface[]

File

src/FlysystemFactory.php, line 72

Class

FlysystemFactory
A factory for Flysystem filesystems.

Namespace

Drupal\flysystem

Code

protected $plugins = [];