You are here

public function MeetingInterface::setCalendarEvent in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setCalendarEvent()

Sets the entity of the related calendar event.

Parameters

\Drupal\opigno_calendar_event\Entity\CalendarEvent $event: The entity of the related calendar event.

Return value

$this

1 method overrides MeetingInterface::setCalendarEvent()
Meeting::setCalendarEvent in src/Entity/Meeting.php
Sets the entity of the related calendar event.

File

src/MeetingInterface.php, line 186

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setCalendarEvent($event);