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