public function MeetingResult::getMeeting in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/Entity/MeetingResult.php \Drupal\opigno_moxtra\Entity\MeetingResult::getMeeting()
Returns the meeting entity.
Return value
\Drupal\opigno_moxtra\MeetingInterface The meeting entity.
Overrides MeetingResultInterface::getMeeting
File
- src/
Entity/ MeetingResult.php, line 49
Class
- MeetingResult
- Defines the Workspace entity.
Namespace
Drupal\opigno_moxtra\EntityCode
public function getMeeting() {
return $this
->get('meeting')->entity;
}