You are here

protected property Serializer::$usesRowPlugin in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/src/Plugin/views/style/Serializer.php \Drupal\rest\Plugin\views\style\Serializer::usesRowPlugin

Whether or not this style uses a row plugin.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

core/modules/rest/src/Plugin/views/style/Serializer.php, line 29

Class

Serializer
The style plugin for serialized output formats.

Namespace

Drupal\rest\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;