You are here

protected property ViewsEntitySchemaSubscriber::$deprecatedProperties in Drupal 8

File

core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 27

Class

ViewsEntitySchemaSubscriber
Reacts to changes on entity types to update all views entities.

Namespace

Drupal\views\EventSubscriber

Code

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