You are here

protected property NodePreviewForm::$deprecatedProperties in Drupal 8

File

core/modules/node/src/Form/NodePreviewForm.php, line 25

Class

NodePreviewForm
Contains a form for switching the view mode of a node during preview.

Namespace

Drupal\node\Form

Code

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