You are here

public function CalendarEvent::setLabel in Calendar 8.2

The title setter.

Parameters

string $label: The title of the event.

File

src/CalendarEvent.php, line 413

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setLabel($label) {
  $this->label = $label;
}