You are here

public function ILTResultInterface::getILT in Opigno Instructor-led Trainings 3.x

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

Returns the ILT entity.

Return value

\Drupal\opigno_ilt\ILTInterface The ILT entity.

1 method overrides ILTResultInterface::getILT()
ILTResult::getILT in src/Entity/ILTResult.php
Returns the ILT entity.

File

src/ILTResultInterface.php, line 19

Class

ILTResultInterface
Provides an interface defining a ILT Result entity.

Namespace

Drupal\opigno_ilt

Code

public function getILT();