public function LPStatusInterface::getScore in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::getScore()
Returns the user score.
Return value
int|null The user score, or NULL in case the user score field has not been set on the entity.
1 method overrides LPStatusInterface::getScore()
- LPStatus::getScore in src/
Entity/ LPStatus.php - Returns the user score.
File
- src/
LPStatusInterface.php, line 118
Class
- LPStatusInterface
- Provides an interface defining a User Learning Path Attempt Status entity.
Namespace
Drupal\opigno_learning_pathCode
public function getScore();