You are here

protected property Rss::$entityTypeId in Drupal 9

Same name in this branch
  1. 9 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId
  2. 9 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::entityTypeId
  3. 9 core/modules/aggregator/src/Plugin/views/row/Rss.php \Drupal\aggregator\Plugin\views\row\Rss::entityTypeId
Same name and namespace in other branches
  1. 8 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId

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

Type: string

Overrides RssPluginBase::$entityTypeId

File

core/modules/node/src/Plugin/views/row/Rss.php, line 47

Class

Rss
Plugin which performs a node_view on the resulting object and formats it as an RSS item.

Namespace

Drupal\node\Plugin\views\row

Code

protected $entityTypeId = 'node';