Rss::$base_table
Same name in this branch
- 9 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::base_table
- 9 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::base_table
Same name in other branches
- 8.9.x core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::base_table
- 8.9.x core/modules/aggregator/src/Plugin/views/row/Rss.php \Drupal\aggregator\Plugin\views\row\Rss::base_table
- 8.9.x core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::base_table
- 10 core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::base_table
- 10 core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::base_table
- 11.x core/modules/node/src/Plugin/views/row/Rss.php \Drupal\node\Plugin\views\row\Rss::base_table
- 11.x core/modules/comment/src/Plugin/views/row/Rss.php \Drupal\comment\Plugin\views\row\Rss::base_table
The table the aggregator item is using for storage.
Type: string
File
-
core/
modules/ aggregator/ src/ Plugin/ views/ row/ Rss.php, line 26
Class
- Rss
- Defines a row plugin which loads an aggregator item and renders as RSS.
Namespace
Drupal\aggregator\Plugin\views\rowCode
public $base_table = 'aggregator_item';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.