You are here

protected property EditorFileReference::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/editor/src/Plugin/Filter/EditorFileReference.php \Drupal\editor\Plugin\Filter\EditorFileReference::entityManager

An entity manager object.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/editor/src/Plugin/Filter/EditorFileReference.php, line 36
Contains \Drupal\editor\Plugin\Filter\EditorFileReference.

Class

EditorFileReference
Provides a filter to track images uploaded via a Text Editor.

Namespace

Drupal\editor\Plugin\Filter

Code

protected $entityManager;