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