You are here

protected property RssPluginBase::$deprecatedProperties in Drupal 8

File

core/modules/views/src/Plugin/views/row/RssPluginBase.php, line 21

Class

RssPluginBase
Base class for Views RSS row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

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