public function CalendarEventInterface::isDisplayed in Opigno calendar event 8
Same name and namespace in other branches
- 3.x src/CalendarEventInterface.php \Drupal\opigno_calendar_event\CalendarEventInterface::isDisplayed()
Checks whether this calendar event should appear on calendars.
Return value
bool TRUE if the calendar event should be displayed, FALSE otherwise.
1 method overrides CalendarEventInterface::isDisplayed()
- CalendarEvent::isDisplayed in src/
Entity/ CalendarEvent.php - Checks whether this calendar event should appear on calendars.
File
- src/
CalendarEventInterface.php, line 34
Class
- CalendarEventInterface
- Common interface for Calendar events.
Namespace
Drupal\opigno_calendar_eventCode
public function isDisplayed();