You are here

protected property BackgroundImageRoutes::$streamWrapperManager in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/Routing/BackgroundImageRoutes.php \Drupal\background_image\Routing\BackgroundImageRoutes::streamWrapperManager
  2. 2.x src/Routing/BackgroundImageRoutes.php \Drupal\background_image\Routing\BackgroundImageRoutes::streamWrapperManager

The stream wrapper manager service.

Type: \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface

File

src/Routing/BackgroundImageRoutes.php, line 20

Class

BackgroundImageRoutes
Defines a route subscriber to register a url for serving background image CSS.

Namespace

Drupal\background_image\Routing

Code

protected $streamWrapperManager;