You are here

protected property EntityViewsData::$deprecatedProperties in Drupal 8

File

core/modules/views/src/EntityViewsData.php, line 31

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

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