protected property FlysystemFactory::$defaults in Flysystem 8
Same name and namespace in other branches
- 7 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
- 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
- 2.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
- 3.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
Default settings.
Type: array
File
- src/
FlysystemFactory.php, line 29
Class
- FlysystemFactory
- A factory for Flysystem filesystems.
Namespace
Drupal\flysystemCode
protected $defaults = [
'driver' => '',
'config' => [],
'replicate' => FALSE,
'cache' => FALSE,
'name' => '',
'description' => '',
];