You are here

protected property JsonFeedSerializer::$usesRowPlugin in JSON Feed 8

Does the style plugin for itself support to add fields to it's output.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

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

Class

JsonFeedSerializer
Default style plugin to render a JSON feed.

Namespace

Drupal\json_feed\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;