You are here

protected property FlysystemRoutes::$streamWrapperManager in Flysystem 8

Same name and namespace in other branches
  1. 3.x src/Routing/FlysystemRoutes.php \Drupal\flysystem\Routing\FlysystemRoutes::streamWrapperManager
  2. 2.0.x src/Routing/FlysystemRoutes.php \Drupal\flysystem\Routing\FlysystemRoutes::streamWrapperManager
  3. 3.0.x src/Routing/FlysystemRoutes.php \Drupal\flysystem\Routing\FlysystemRoutes::streamWrapperManager

The stream wrapper manager service.

Type: \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface

File

src/Routing/FlysystemRoutes.php, line 37

Class

FlysystemRoutes
Defines a route subscriber to register a url for serving image styles.

Namespace

Drupal\flysystem\Routing

Code

protected $streamWrapperManager;