public function LPResult::getLearningPathId in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/Entity/LPResult.php \Drupal\opigno_learning_path\Entity\LPResult::getLearningPathId()
Returns Learning Path Id.
File
- src/
Entity/ LPResult.php, line 71
Class
- LPResult
- Defines the Learning Path Content entity.
Namespace
Drupal\opigno_learning_path\EntityCode
public function getLearningPathId() {
return $this
->get('learning_path_id')->target_id;
}