You are here

protected property CommentDefaultFormatter::$deprecatedProperties in Drupal 8

File

core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php, line 41

Class

CommentDefaultFormatter
Provides a default comment formatter.

Namespace

Drupal\comment\Plugin\Field\FieldFormatter

Code

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