public function MeetingInterface::setTitle in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setTitle()
Sets the Live Meeting title.
Parameters
string $title: The Live Meeting title.
Return value
$this
1 method overrides MeetingInterface::setTitle()
- Meeting::setTitle in src/
Entity/ Meeting.php - Sets the Live Meeting title.
File
- src/
MeetingInterface.php, line 30
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function setTitle($title);