public function MeetingInterface::setCalendarEventId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setCalendarEventId()
Sets the ID of the related calendar event.
Parameters
int|null $id: The ID of the related calendar event.
Return value
$this
1 method overrides MeetingInterface::setCalendarEventId()
- Meeting::setCalendarEventId in src/
Entity/ Meeting.php - Sets the ID of the related calendar event.
File
- src/
MeetingInterface.php, line 166
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function setCalendarEventId($id);