public function Calendar::evenEmpty in Calendar 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/style/Calendar.php \Drupal\calendar\Plugin\views\style\Calendar::evenEmpty()
Should the output of the style plugin be rendered even if it's a empty view.
Overrides StylePluginBase::evenEmpty
File
- src/
Plugin/ views/ style/ Calendar.php, line 181
Class
- Calendar
- Views style plugin for the Calendar module.
Namespace
Drupal\calendar\Plugin\views\styleCode
public function evenEmpty() {
return TRUE;
}