Rss::$entityTypeId

Same name in this branch
  1. 8.9.x core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId
  2. 8.9.x core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::entityTypeId
Same name in other branches
  1. 9 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId
  2. 9 core/modules/aggregator/src/Plugin/views/row/Rss.php \Drupal\aggregator\Plugin\views\row\Rss::entityTypeId
  3. 9 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::entityTypeId
  4. 10 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId
  5. 10 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::entityTypeId
  6. 11.x core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::entityTypeId
  7. 11.x core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::entityTypeId

Type: entityTypeId

Overrides RssPluginBase::$entityTypeId

File

core/modules/aggregator/src/Plugin/views/row/Rss.php, line 38

Class

Rss
Defines a row plugin which loads an aggregator item and renders as RSS.

Namespace

Drupal\aggregator\Plugin\views\row

Code

protected $entityTypeId = 'aggregator_item';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.