public function ILTInterface::getCalendarEventId in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getCalendarEventId()
Returns the ID of the related calendar event.
Return value
int|null The ID of the related calendar event, or NULL in case calendar event field has not been set on the entity.
1 method overrides ILTInterface::getCalendarEventId()
- ILT::getCalendarEventId in src/
Entity/ ILT.php - Returns the ID of the related calendar event.
File
- src/
ILTInterface.php, line 146
Class
- ILTInterface
- Provides an interface defining a ILT entity.
Namespace
Drupal\opigno_iltCode
public function getCalendarEventId();