You are here

public function TreeERSelection::evenEmpty in Views tree 8.2

Should the output of the style plugin be rendered even if it's a empty view.

Overrides StylePluginBase::evenEmpty

File

src/Plugin/views/style/TreeERSelection.php, line 84

Class

TreeERSelection
Style plugin to render each item as hierarchy.

Namespace

Drupal\views_tree\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}