You are here

public function CalendarEvent::getLabel in Calendar 8.2

The title getter.

Return value

string The title of the event.

File

src/CalendarEvent.php, line 433

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getLabel() {
  return $this->label;
}