You are here

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

FullCalendarOpenStateEventFormatter

Namespace

Drupal\bat_fullcalendar

Code

public function setBackground($background) {
  $this->background = $background;
}