You are here

protected property JsonFeedSerializer::$usesGrouping in JSON Feed 8

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/JsonFeedSerializer.php, line 34

Class

JsonFeedSerializer
Default style plugin to render a JSON feed.

Namespace

Drupal\json_feed\Plugin\views\style

Code

protected $usesGrouping = FALSE;