You are here

public function Calendar::evenEmpty in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/style/Calendar.php \Drupal\calendar\Plugin\views\style\Calendar::evenEmpty()

Always return the output of the style plugin even if it's a empty view.

Overrides StylePluginBase::evenEmpty

File

src/Plugin/views/style/Calendar.php, line 167

Class

Calendar
Views style plugin for the Calendar module.

Namespace

Drupal\calendar\Plugin\views\style

Code

public function evenEmpty() {
  return empty($this->definition['even empty']);
}