You are here

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

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

Returns the related training.

Return value

\Drupal\group\Entity\GroupInterface|null The related training entity, or NULL in case training ID field has not been set on the entity.

1 method overrides MeetingInterface::getTraining()
Meeting::getTraining in src/Entity/Meeting.php
Returns the related training.

File

src/MeetingInterface.php, line 136

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getTraining();