public function ILTResultInterface::getILTId in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTResultInterface.php \Drupal\opigno_ilt\ILTResultInterface::getILTId()
Returns the ILT ID.
Return value
int|null The ILT ID, or NULL in case the ILT ID field has not been set on the entity.
1 method overrides ILTResultInterface::getILTId()
- ILTResult::getILTId in src/
Entity/ ILTResult.php - Returns the ILT ID.
File
- src/
ILTResultInterface.php, line 38
Class
- ILTResultInterface
- Provides an interface defining a ILT Result entity.
Namespace
Drupal\opigno_iltCode
public function getILTId();