public function ILTResult::getILT in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/Entity/ILTResult.php \Drupal\opigno_ilt\Entity\ILTResult::getILT()
Returns the ILT entity.
Return value
\Drupal\opigno_ilt\ILTInterface The ILT entity.
Overrides ILTResultInterface::getILT
File
- src/
Entity/ ILTResult.php, line 49
Class
- ILTResult
- Defines the ILT Result entity.
Namespace
Drupal\opigno_ilt\EntityCode
public function getILT() {
return $this
->get('opigno_ilt')->entity;
}