You are here

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

Same name and namespace in other branches
  1. 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getCalendarEventId()

Returns the ID of the related calendar event.

Return value

int|null The ID of the related calendar event, or NULL in case calendar event field has not been set on the entity.

1 method overrides MeetingInterface::getCalendarEventId()
Meeting::getCalendarEventId in src/Entity/Meeting.php
Returns the ID of the related calendar event.

File

src/MeetingInterface.php, line 156

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getCalendarEventId();