public function ILTResultInterface::getILT in Opigno Instructor-led Trainings 3.x
Same name and namespace in other branches
- 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_iltCode
public function getILT();