You are here

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

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

A cache of filesystems.

Type: \League\Flysystem\FilesystemInterface[]

File

src/FlysystemFactory.php, line 58

Class

FlysystemFactory
A factory for Flysystem filesystems.

Namespace

Drupal\flysystem

Code

protected $filesystems = [];