public function SvgEmbedProcess::__construct in SVG Embed 8
Same name and namespace in other branches
- 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_embedCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}