public function MeetingInterface::getTrainingId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getTrainingId()
Returns the ID of the related training.
Return value
int|null The ID of the related training, or NULL in case training ID field has not been set on the entity.
1 method overrides MeetingInterface::getTrainingId()
- Meeting::getTrainingId in src/
Entity/ Meeting.php - Returns the ID of the related training.
File
- src/
MeetingInterface.php, line 117
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function getTrainingId();