You are here

public function State::setCalendarLabel in Booking and Availability Management Tools for Drupal 8

Overrides StateInterface::setCalendarLabel

File

modules/bat_event/src/Entity/State.php, line 170
Contains \Drupal\bat_event\Entity\State.

Class

State
Defines the State entity.

Namespace

Drupal\bat_event\Entity

Code

public function setCalendarLabel($calendar_label) {
  $this
    ->set('calendar_label', $calendar_label);
  return $this;
}