You are here

protected property EntityField::$deprecatedProperties in Drupal 8

File

core/modules/views/src/Plugin/views/field/EntityField.php, line 50

Class

EntityField
A field that displays entity field data.

Namespace

Drupal\views\Plugin\views\field

Code

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