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