public function ImageStyleRoutes::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/Routing/ImageStyleRoutes.php \Drupal\image\Routing\ImageStyleRoutes::__construct()
Constructs a new PathProcessorImageStyles object.
Parameters
\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface $stream_wrapper_manager: The stream wrapper manager service.
File
- core/
modules/ image/ src/ Routing/ ImageStyleRoutes.php, line 33 - Contains \Drupal\image\Routing\ImageStyleRoutes.
Class
- ImageStyleRoutes
- Defines a route subscriber to register a url for serving image styles.
Namespace
Drupal\image\RoutingCode
public function __construct(StreamWrapperManagerInterface $stream_wrapper_manager) {
$this->streamWrapperManager = $stream_wrapper_manager;
}