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