You are here

public function CalendarDateInfo::isForbid in Calendar 8

Getter for the forbid value of this calendar.

Return value

bool The forbid value.

File

src/CalendarDateInfo.php, line 361

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function isForbid() {
  return $this->forbid;
}