You are here

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

Does the style plugin support custom css class for the rows.

Type: bool

Overrides StylePluginBase::$usesRowClass

File

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

Class

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

Namespace

Drupal\simple_timeline\Plugin\views\style

Code

protected $usesRowClass = TRUE;