public function LPManagedLink::setLearningPathId in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/Entity/LPManagedLink.php \Drupal\opigno_learning_path\Entity\LPManagedLink::setLearningPathId()
Sets learning path ID.
1 call to LPManagedLink::setLearningPathId()
- LPManagedLink::setLearningPath in src/
Entity/ LPManagedLink.php - Sets learning path group object.
File
- src/
Entity/ LPManagedLink.php, line 72
Class
- LPManagedLink
- Defines the Learning Path Link entity.
Namespace
Drupal\opigno_learning_path\EntityCode
public function setLearningPathId($learning_path_id) {
$this
->set('learning_path_id', $learning_path_id);
return $this;
}