public function EntityReference::evenEmpty

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

Overrides StylePluginBase::evenEmpty

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/style/EntityReference.php, line 107
Contains \Drupal\entity_reference\Plugin\views\style\EntityReference.

Class

EntityReference
EntityReference style plugin.

Namespace

Drupal\entity_reference\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}