Support more flexible LMS-LRS identifiers
1 unresolved thread
1 unresolved thread
Closes #3494503
Merge request reports
Activity
15 */ 16 class LmsXapiLessonSubscriber implements EventSubscriberInterface { 17 18 /** 19 * Constructor. 20 */ 21 public function __construct( 22 private readonly RequestStack $requestStack, 23 private readonly TrainingManager $trainingManager, 24 private readonly AccountInterface $currentUser, 25 ) {} 26 27 /** 28 * {@inheritdoc} 29 */ 30 public static function getSubscribedEvents(): array {
Please register or sign in to reply