You are here

public function MeetingResultInterface::setMeeting in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MeetingResultInterface.php \Drupal\opigno_moxtra\MeetingResultInterface::setMeeting()

Sets the meeting entity.

Parameters

\Drupal\opigno_moxtra\MeetingInterface $meeting: The meeting entity.

Return value

$this

1 method overrides MeetingResultInterface::setMeeting()
MeetingResult::setMeeting in src/Entity/MeetingResult.php
Sets the meeting entity.

File

src/MeetingResultInterface.php, line 29

Class

MeetingResultInterface
Provides an interface defining a Meeting Result entity.

Namespace

Drupal\opigno_moxtra

Code

public function setMeeting(MeetingInterface $meeting);