You are here

protected property Local::$rootExists in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::rootExists
  2. 2.0.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::rootExists
  3. 3.0.x src/Flysystem/Local.php \Drupal\flysystem\Flysystem\Local::rootExists

Whether the root exists and is readable.

Type: bool

File

src/Flysystem/Local.php, line 53

Class

Local
Drupal plugin for the "Local" Flysystem adapter.

Namespace

Drupal\flysystem\Flysystem

Code

protected $rootExists;