You are here

public function MeetingInterface::setTraining in Opigno Moxtra 3.x

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

Code

public function setTraining($training);