You are here

protected property LightGallery::$usesOptions in Lightgallery 8

Denotes whether the plugin has an additional options form.

Type: bool

Overrides StylePluginBase::$usesOptions

File

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

Class

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

Namespace

Drupal\lightgallery\Plugin\views\style

Code

protected $usesOptions = TRUE;