You are here

public function CalendarEvent::addStripeLabel in Calendar 8

Same name and namespace in other branches
  1. 8.2 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::addStripeLabel()

Add a single strip label.

Parameters

$stripeLabel:

File

src/CalendarEvent.php, line 344

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function addStripeLabel($stripeLabel) {
  $this->stripeLabels[] = $stripeLabel;
}