You are here

protected property RssPluginBase::$entityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/row/RssPluginBase.php \Drupal\views\Plugin\views\row\RssPluginBase::entityTypeId

The ID of the entity type for which this is an RSS row plugin.

Type: string

File

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

Class

RssPluginBase
Base class for Views RSS row plugins.

Namespace

Drupal\views\Plugin\views\row

Code

protected $entityTypeId;