You are here

public function MeetingInterface::setCalendarEventId in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 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_moxtra

Code

public function setCalendarEventId($id);