public function FullCalendarOpenStateEventFormatter::setBackground in Booking and Availability Management Tools for Drupal 8
Parameters
bool $background: The event type.
File
- modules/
bat_fullcalendar/ src/ FullCalendarOpenStateEventFormatter.php, line 96 - Class FullCalendarOpenStateEventFormatter
Class
Namespace
Drupal\bat_fullcalendarCode
public function setBackground($background) {
$this->background = $background;
}