public function ILTResultInterface::setUserId in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTResultInterface.php \Drupal\opigno_ilt\ILTResultInterface::setUserId()
Sets the user ID.
Parameters
int $uid: The user id.
Return value
$this
1 method overrides ILTResultInterface::setUserId()
- ILTResult::setUserId in src/
Entity/ ILTResult.php - Sets the user ID.
File
- src/
ILTResultInterface.php, line 85
Class
- ILTResultInterface
- Provides an interface defining a ILT Result entity.
Namespace
Drupal\opigno_iltCode
public function setUserId($uid);