You are here

public function PreviewController::__construct in Entity Embed 8

Constructs an PreviewController instance.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: The renderer service.

File

src/Controller/PreviewController.php, line 31

Class

PreviewController
Controller which renders a preview of the provided text.

Namespace

Drupal\entity_embed\Controller

Code

public function __construct(RendererInterface $renderer) {
  $this->renderer = $renderer;
}