You are here

protected property RssFields::$usesGrouping in Views RSS 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/RssFields.php \Drupal\views_rss\Plugin\views\style\RssFields::usesGrouping

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/RssFields.php, line 42
Definition of Drupal\views\Plugin\views\style\Rss.

Class

RssFields
Default style plugin to render an RSS feed from fields.

Namespace

Drupal\views_rss\Plugin\views\style

Code

protected $usesGrouping = FALSE;