function ImageStyleRoutes::__construct
Same name in other branches
- 9 core/modules/image/src/Routing/ImageStyleRoutes.php \Drupal\image\Routing\ImageStyleRoutes::__construct()
- 8.9.x core/modules/image/src/Routing/ImageStyleRoutes.php \Drupal\image\Routing\ImageStyleRoutes::__construct()
- 11.x core/modules/image/src/Routing/ImageStyleRoutes.php \Drupal\image\Routing\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\RoutingCode
public function __construct(StreamWrapperManagerInterface $stream_wrapper_manager) {
$this->streamWrapperManager = $stream_wrapper_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.