public function EntityReference::evenEmpty in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/style/EntityReference.php \Drupal\views\Plugin\views\style\EntityReference::evenEmpty()
- 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\styleCode
public function evenEmpty() {
return TRUE;
}