public function SliderPro::evenEmpty in Slider Pro 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/ SliderPro.php, line 76
Class
- SliderPro
- Plugin annotation @ViewsStyle( id = "slider_pro", title = @Translation("Slider Pro"), help = @Translation("Displays a view as a Slider Pro, using the Slider Pro jQuery plugin."), theme = "slider_pro_views_style", theme_file =…
Namespace
Drupal\slider_pro\Plugin\views\styleCode
public function evenEmpty() {
return FALSE;
}