protected property FlysystemFactory::$defaults in Flysystem 7
Same name and namespace in other branches
- 8 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 25 - Contains \Drupal\flysystem\FlysystemFactory.
Class
- FlysystemFactory
- A factory for Flysystem filesystems.
Namespace
Drupal\flysystemCode
protected $defaults = array(
'driver' => '',
'config' => array(),
'replicate' => FALSE,
'cache' => FALSE,
);