You are here

protected property ViewsSelection::$deprecatedProperties in Drupal 8

File

core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php, line 36

Class

ViewsSelection
Plugin implementation of the 'selection' entity_reference.

Namespace

Drupal\views\Plugin\EntityReferenceSelection

Code

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