You are here

protected property SvgEmbed::$entityTypeManager in SVG Embed 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/Filter/SvgEmbed.php \Drupal\svg_embed\Plugin\Filter\SvgEmbed::entityTypeManager

An entity manager object.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Filter/SvgEmbed.php, line 33

Class

SvgEmbed
Provides a filter to embed and translate SVG images.

Namespace

Drupal\svg_embed\Plugin\Filter

Code

protected $entityTypeManager;