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\calendarCode
public function isForbid() {
return $this->forbid;
}