You are here

protected property EditorFileReference::$deprecatedProperties in Drupal 8

File

core/modules/editor/src/Plugin/Filter/EditorFileReference.php, line 32

Class

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

Namespace

Drupal\editor\Plugin\Filter

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];