protected property Serializer::$usesGrouping in Drupal 9
Same name and namespace in other branches
- 8 core/modules/rest/src/Plugin/views/style/Serializer.php \Drupal\rest\Plugin\views\style\Serializer::usesGrouping
- 10 core/modules/rest/src/Plugin/views/style/Serializer.php \Drupal\rest\Plugin\views\style\Serializer::usesGrouping
Does the style plugin support grouping of rows.
Type: bool
Overrides StylePluginBase::$usesGrouping
File
- core/
modules/ rest/ src/ Plugin/ views/ style/ Serializer.php, line 34
Class
- Serializer
- The style plugin for serialized output formats.
Namespace
Drupal\rest\Plugin\views\styleCode
protected $usesGrouping = FALSE;