function EntityReference::evenEmpty

Determines if the style plugin is rendered even if the view is empty.

Overrides StylePluginBase::evenEmpty

File

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

Class

EntityReference
EntityReference style plugin.

Namespace

Drupal\views\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.