You are here

public function CalendarEvent::setColor in Calendar 8.2

The color setter.

@

Parameters

string $color: The title of the event.

File

src/CalendarEvent.php, line 423

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setColor($color) {
  $this->color = $color;
}