You are here

public function CalendarEvent::getColor in Calendar 8.2

Getter for color.

Return value

string The color of the entity.

File

src/CalendarEvent.php, line 243

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getColor() {
  return $this->color;
}