You are here

public function FullCalendarDisplay::evenEmpty in Fullcalendar View 6.x

Same name and namespace in other branches
  1. 5.x src/Plugin/views/style/FullCalendarDisplay.php \Drupal\fullcalendar_view\Plugin\views\style\FullCalendarDisplay::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/FullCalendarDisplay.php, line 596

Class

FullCalendarDisplay
Style plugin to render content for FullCalendar.

Namespace

Drupal\fullcalendar_view\Plugin\views\style

Code

public function evenEmpty() {

  // An empty calendar should be displayed if there are no calendar items.
  return TRUE;
}