You are here

protected property CommentTypeForm::$deprecatedProperties in Drupal 8

File

core/modules/comment/src/CommentTypeForm.php, line 25

Class

CommentTypeForm
Base form handler for comment type edit forms.

Namespace

Drupal\comment

Code

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