You are here

public function MeetingInterface::getSessionKey in Opigno Moxtra 8

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

Returns the entity's Moxtra session key.

Return value

string|null The Moxtra session key, or NULL in case the session key field has not been set on the entity.

1 method overrides MeetingInterface::getSessionKey()
Meeting::getSessionKey in src/Entity/Meeting.php
Returns the entity's Moxtra session key.

File

src/MeetingInterface.php, line 58

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getSessionKey();