You are here

protected property CommentManager::$deprecatedProperties in Drupal 8

File

core/modules/comment/src/CommentManager.php, line 33

Class

CommentManager
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

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