36 $settings = $DIC->settings();
38 $title = $this->dic->language()->txt(
"mm_learning_history");
39 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::LHTS, $title)->withIsOutlined(
true);
41 $entries[] = $this->mainmenu->link($this->
if->identifier(
'learning_history'))
43 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
44 ilDashboardGUI::class,
45 ilAchievementsGUI::class,
46 ilLearningHistoryGUI::class,
51 ->withAvailableCallable(
52 function () use ($settings) {
53 return (
bool) $settings->get(
"enable_learning_history");
Interface StaticMainMenuProvider.
if(!file_exists(getcwd() . '/ilias.ini.php'))
registration confirmation script for ilias
Class LearningHistoryMainBarProvider.