public function ViewFormatterTemplate::evenEmpty in Field Formatter Template 8
Same name and namespace in other branches
- 8.2 modules/vff/src/Plugin/views/style/ViewFormatterTemplate.php \Drupal\vff\Plugin\views\style\ViewFormatterTemplate::evenEmpty()
@inheritdoc
Overrides StylePluginBase::evenEmpty
File
- modules/
vff/ src/ Plugin/ views/ style/ ViewFormatterTemplate.php, line 149
Class
- ViewFormatterTemplate
- Style plugin to render each item in an ordered or unordered list.
Namespace
Drupal\vff\Plugin\views\styleCode
public function evenEmpty() {
return !empty($this->options['show_empty']) || parent::evenEmpty();
}