You are here

protected property StylePluginBase::$usesRowClass in Drupal 8

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

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

Type: bool

File

core/modules/views/src/Plugin/views/style/StylePluginBase.php, line 64

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowClass = FALSE;