You are here

public property Rss::$base_field 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::base_field
  2. 9 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::base_field
  3. 9 core/modules/aggregator/src/Plugin/views/row/Rss.php \Drupal\aggregator\Plugin\views\row\Rss::base_field
Same name and namespace in other branches
  1. 8 core/modules/aggregator/src/Plugin/views/row/Rss.php \Drupal\aggregator\Plugin\views\row\Rss::base_field

The actual field which is used to identify an aggregator item.

Type: string

File

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

Class

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

Namespace

Drupal\aggregator\Plugin\views\row

Code

public $base_field = 'iid';