You are here

protected property PlainText::$usesGrouping in Recipe 8.2

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/PlainText.php, line 32

Class

PlainText
Default style plugin to render recipes in plain text.

Namespace

Drupal\recipe\Plugin\views\style

Code

protected $usesGrouping = FALSE;