You are here

protected property FlysystemFactory::$defaults in Flysystem 8

Same name and namespace in other branches
  1. 7 src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
  2. 3.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
  3. 2.0.x src/FlysystemFactory.php \Drupal\flysystem\FlysystemFactory::defaults
  4. 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\flysystem

Code

protected $defaults = [
  'driver' => '',
  'config' => [],
  'replicate' => FALSE,
  'cache' => FALSE,
  'name' => '',
  'description' => '',
];