You are here

public function CalendarDateInfo::setForbid in Calendar 8

Setter for the forbid value of this calendar.

Parameters

bool $forbid: The forbid value.

File

src/CalendarDateInfo.php, line 371

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function setForbid($forbid) {
  $this->forbid = $forbid;
}