You are here

protected property EntityOperations::$deprecatedProperties in Drupal 8

File

core/modules/views/src/Plugin/views/field/EntityOperations.php, line 31

Class

EntityOperations
Renders all operations links for an entity.

Namespace

Drupal\views\Plugin\views\field

Code

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