public function LightGallery::evenEmpty in Lightgallery 8
Should the output of the style plugin be rendered even if it's a empty view.
Overrides StylePluginBase::evenEmpty
File
- src/
Plugin/ views/ style/ LightGallery.php, line 93
Class
- LightGallery
- Style plugin to render each item in an ordered or unordered list.
Namespace
Drupal\lightgallery\Plugin\views\styleCode
public function evenEmpty() {
return FALSE;
}