You are here

function fullcalendar_plugin_style_fullcalendar::even_empty in FullCalendar 7.2

Check if there are no results behaviors set.

Overrides views_plugin_style::even_empty

File

includes/views/plugins/fullcalendar_plugin_style_fullcalendar.inc, line 13
Contains the FullCalendar style plugin.

Class

fullcalendar_plugin_style_fullcalendar
@file Contains the FullCalendar style plugin.

Code

function even_empty() {
  return empty($this->view->empty) ? !empty($this->definition['even empty']) : FALSE;
}