protected property FlysystemFactory::$filesystems in Flysystem 3.0.x
Same name and namespace in other branches
- 8 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::filesystems
- 7 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::filesystems
- 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::filesystems
- 2.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\flysystemCode
protected $filesystems = [];