You are here

protected property ResponsiveGrid::$usesRowClass in Views Responsive Grid 8

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

Type: bool

Overrides StylePluginBase::$usesRowClass

File

lib/Drupal/views_responsive_grid/Plugin/views/style/ResponsiveGrid.php, line 43
Definition of Drupal\views_responsive_grid\Plugin\views\style\ResponsiveGrid.

Class

ResponsiveGrid
Style plugin to render each item in a responsive grid "cell".

Namespace

Drupal\views_responsive_grid\Plugin\views\style

Code

protected $usesRowClass = TRUE;