You are here

public function EntityReference::evenEmpty in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/style/EntityReference.php \Drupal\views\Plugin\views\style\EntityReference::evenEmpty()
  2. 9 core/modules/views/src/Plugin/views/style/EntityReference.php \Drupal\views\Plugin\views\style\EntityReference::evenEmpty()

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

Overrides StylePluginBase::evenEmpty

File

core/modules/views/src/Plugin/views/style/EntityReference.php, line 100

Class

EntityReference
EntityReference style plugin.

Namespace

Drupal\views\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}