public function EntityReference::evenEmpty in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 a empty view.
Overrides StylePluginBase::evenEmpty
File
- core/
modules/ views/ src/ Plugin/ views/ style/ EntityReference.php, line 105 - Contains \Drupal\views\Plugin\views\style\EntityReference.
Class
- EntityReference
- EntityReference style plugin.
Namespace
Drupal\views\Plugin\views\styleCode
public function evenEmpty() {
return TRUE;
}