protected property FlysystemFactory::$filesystems in Flysystem 7
Same name and namespace in other branches
- 8 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
- 3.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::filesystems
A cache of filesystems.
Type: \League\Flysystem\FilesystemInterface[]
File
- src/
FlysystemFactory.php, line 37 - Contains \Drupal\flysystem\FlysystemFactory.
Class
- FlysystemFactory
- A factory for Flysystem filesystems.
Namespace
Drupal\flysystemCode
protected $filesystems = array();