public function EntityReference::evenEmpty in Drupal 8
Same name and namespace in other branches
- 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 a 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\styleCode
public function evenEmpty() {
return TRUE;
}