You are here

protected property Masonry::$usesRowClass in Masonry Views 8

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

Type: bool

Overrides StylePluginBase::$usesRowClass

File

src/Plugin/views/style/Masonry.php, line 42
Contains \Drupal\masonry_views\Plugin\views\style\Masonry.

Class

Masonry
Style plugin to render each item in a Masonry Layout.

Namespace

Drupal\masonry_views\Plugin\views\style

Code

protected $usesRowClass = TRUE;