You are here

public function MeetingInterface::getTitle in Opigno Moxtra 8

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

Returns the Live Meeting title.

Return value

string|null The Live Meeting title, or NULL in case title field has not been set on the entity.

1 method overrides MeetingInterface::getTitle()
Meeting::getTitle in src/Entity/Meeting.php
Returns the Live Meeting title.

File

src/MeetingInterface.php, line 20

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getTitle();