You are here

public function MeetingResult::getMeeting in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getMeeting() {
  return $this
    ->get('meeting')->entity;
}