You are here

public function ViewFormatterTemplate::evenEmpty in Field Formatter Template 8

Same name and namespace in other branches
  1. 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\style

Code

public function evenEmpty() {
  return !empty($this->options['show_empty']) || parent::evenEmpty();
}