You are here

public function TextimageRoutes::__construct in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/Routing/TextimageRoutes.php \Drupal\textimage\Routing\TextimageRoutes::__construct()

Constructs a new TextimageRoutes object.

Parameters

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

File

src/Routing/TextimageRoutes.php, line 28

Class

TextimageRoutes
Defines a route for serving Textimages through the URL.

Namespace

Drupal\textimage\Routing

Code

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