public function LPStatusInterface::setUserId in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::setUserId()
Sets the user ID.
Parameters
int $uid: The user ID.
Return value
\Drupal\opigno_learning_path\LPStatusInterface The called entity.
1 method overrides LPStatusInterface::setUserId()
- LPStatus::setUserId in src/
Entity/ LPStatus.php - Sets the user ID.
File
- src/
LPStatusInterface.php, line 71
Class
- LPStatusInterface
- Provides an interface defining a User Learning Path Attempt Status entity.
Namespace
Drupal\opigno_learning_pathCode
public function setUserId($uid);