You are here

protected property ImageStyleRoutes::$streamWrapperManager in Drupal 8

Same name and namespace in other branches
  1. 9 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 20

Class

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

Namespace

Drupal\image\Routing

Code

protected $streamWrapperManager;