You are here

protected property LightGallery::$usesGrouping in Lightgallery 8

Does the style plugin support grouping of rows.

Type: bool

Overrides StylePluginBase::$usesGrouping

File

src/Plugin/views/style/LightGallery.php, line 46

Class

LightGallery
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\lightgallery\Plugin\views\style

Code

protected $usesGrouping = FALSE;