public function MeetingInterface::getSessionKey in Opigno Moxtra 8
Same name and namespace in other branches
- 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_moxtraCode
public function getSessionKey();