You are here

public function CalendarEvent::setStripeLabels in Calendar 8.2

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

Setter for the stripe label array.

Parameters

string $stripeLabels: The stripe labels.

File

src/CalendarEvent.php, line 468

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setStripeLabels($stripeLabels) {
  $this->stripeLabels = $stripeLabels;
}