public function MeetingInterface::getCalendarEvent in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getCalendarEvent()
Returns the entity of the related calendar event.
Return value
\Drupal\opigno_calendar_event\Entity\CalendarEvent|null The entity of the related calendar event, or NULL in case calendar event field has not been set on the entity.
1 method overrides MeetingInterface::getCalendarEvent()
- Meeting::getCalendarEvent in src/
Entity/ Meeting.php - Returns the entity of the related calendar event.
File
- src/
MeetingInterface.php, line 176
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getCalendarEvent();