You are here

protected property ImageStyleRoutes::$streamWrapperManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/image/src/Routing/ImageStyleRoutes.php \Drupal\image\Routing\ImageStyleRoutes::streamWrapperManager

The stream wrapper manager service.

Type: \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface

File

core/modules/image/src/Routing/ImageStyleRoutes.php, line 25
Contains \Drupal\image\Routing\ImageStyleRoutes.

Class

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

Namespace

Drupal\image\Routing

Code

protected $streamWrapperManager;