You are here

protected property UIkitViewGrid::$usesRowClass in UIkit Components 8

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

Type: bool

Overrides StylePluginBase::$usesRowClass

File

uikit_views/src/Plugin/views/style/UIkitViewGrid.php, line 32

Class

UIkitViewGrid
Style plugin to render each item in a UIkit Grid component.

Namespace

Drupal\uikit_views\Plugin\views\style

Code

protected $usesRowClass = TRUE;