public function MeetingResultInterface::setMeeting in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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_moxtraCode
public function setMeeting(MeetingInterface $meeting);