You are here

public function ILTInterface::getCalendarEvent in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::getCalendarEvent()

Returns the entity of the related calendar event.

Return value

\Drupal\opigno_calendar_event\Entity\CalendarEvent|null The entity of the related calendar event, or NULL in case calendar event field has not been set on the entity.

1 method overrides ILTInterface::getCalendarEvent()
ILT::getCalendarEvent in src/Entity/ILT.php
Returns the entity of the related calendar event.

File

src/ILTInterface.php, line 166

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function getCalendarEvent();