Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImageStyleRoutes.php

function ImageStyleRoutes::__construct

Constructs a new ImageStyleRoutes object.

Parameters

\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $stream_wrapper_manager: The stream wrapper manager service.

File

core/modules/image/src/Routing/ImageStyleRoutes.php, line 28

Class

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

Namespace

Drupal\image\Routing

Code

public function __construct(StreamWrapperManagerInterface $stream_wrapper_manager) {
    $this->streamWrapperManager = $stream_wrapper_manager;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal