You are here

protected property SimpleTimeline::$usesGrouping in A Simple Timeline 8

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/SimpleTimeline.php, line 42

Class

SimpleTimeline
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\simple_timeline\Plugin\views\style

Code

protected $usesGrouping = FALSE;