You are here

public function FullCalendarFixedStateEventFormatter::setBackground in Booking and Availability Management Tools for Drupal 8

Parameters

bool $background: The event type.

File

modules/bat_fullcalendar/src/FullCalendarFixedStateEventFormatter.php, line 74
Class FullCalendarFixedStateEventFormatter

Class

FullCalendarFixedStateEventFormatter

Namespace

Drupal\bat_fullcalendar

Code

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