protected property Rss::$usesRowPlugin in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/style/Rss.php \Drupal\views\Plugin\views\style\Rss::usesRowPlugin
Whether or not this style uses a row plugin.
Type: bool
Overrides StylePluginBase::$usesRowPlugin
File
- core/
modules/ views/ src/ Plugin/ views/ style/ Rss.php, line 26
Class
- Rss
- Default style plugin to render an RSS feed.
Namespace
Drupal\views\Plugin\views\styleCode
protected $usesRowPlugin = TRUE;