You are here

public function SvgEmbedProcess::__construct in SVG Embed 8

Same name and namespace in other branches
  1. 2.0.x src/SvgEmbedProcess.php \Drupal\svg_embed\SvgEmbedProcess::__construct()

SvgEmbedProcess constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager:

File

src/SvgEmbedProcess.php, line 28

Class

SvgEmbedProcess
Class SvgEmbedProcess.

Namespace

Drupal\svg_embed

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}