You are here

public function ILTInterface::setCalendarEvent in Opigno Instructor-led Trainings 8

Same name and namespace in other branches
  1. 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::setCalendarEvent()

Sets the entity of the related calendar event.

Parameters

\Drupal\opigno_calendar_event\Entity\CalendarEvent $event: The entity of the related calendar event.

Return value

$this

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

File

src/ILTInterface.php, line 176

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setCalendarEvent(CalendarEvent $event);