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