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