You are here

public function Period::getLabel in Recurring Time Period 8

Gets the label.

Return value

string The label.

1 call to Period::getLabel()
Period::toEntity in src/DateTime/Period.php
Creates an entity from this period.

File

src/DateTime/Period.php, line 126

Class

Period
Represents a period of time with specific start and end dates.

Namespace

Drupal\recurring_period\Datetime

Code

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