You are here

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

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

Sets the ID of the related calendar event.

Parameters

int|null $id: The ID of the related calendar event.

Return value

$this

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

File

src/ILTInterface.php, line 156

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setCalendarEventId($id);