You are here

protected property Grid::$usesRowClass in Views (for Drupal 7) 8.3

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

Type: bool

Overrides StylePluginBase::$usesRowClass

File

lib/Drupal/views/Plugin/views/style/Grid.php, line 40
Definition of Drupal\views\Plugin\views\style\Grid.

Class

Grid
Style plugin to render each item in a grid cell.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowClass = TRUE;