19 declare(strict_types=1);
55 return $this->context_collection->
main();
60 $this->data_collection = $screen_context_stack->
current()->getAdditionalData();
69 return $this->
globalScreen()->layout()->factory()->mainbar()
72 if ($mainbar === null) {
73 $ui = $this->dic->ui();
74 $mainbar = $ui->factory()->mainControls()->mainbar();
80 foreach ($entries as
$key => $entry) {
83 foreach ($tools as
$key => $entry) {
97 return $this->
globalScreen()->layout()->factory()->metabar()
101 ->withHighPriority();
110 return $this->
globalScreen()->layout()->factory()->breadcrumbs()
114 ->withHighPriority();
126 return $this->
globalScreen()->layout()->factory()->content()
129 $ui = $this->dic->ui();
130 return $ui->factory()->legacy($html);
133 ->withHighPriority();
143 $label = $this->dic[
'lng']->txt(
'lso_player_viewmodelabel');
145 $lnk =
new URI($exit->getAction());
148 return $this->factory->page()->withModification(
151 $f = $this->dic[
'ui.factory'];
152 $page = $p->build($parts);
153 $modeinfo =
$f->mainControls()->modeInfo($label, $lnk);
154 return $page->withModeInfo($modeinfo);
156 )->withHighPriority();
withAdditionalToolEntry(string $id, Slate\Slate $entry, bool $initially_hidden=false, Button\Close $close_button=null)
Append a tool-entry.
const GS_DATA_LS_KIOSK_MODE
This describes the MainBar.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
withClearedEntries()
Get a copy of this MetaBar without any entries.
Collection $data_collection
Class PageBuilderModification.
Interface PagePartProvider.
getMetaBarModification(CalledContexts $screen_context_stack)
Class ContentModification.
isKioskModeEnabled(CalledContexts $screen_context_stack)
Class AbstractModificationProvider.
withClearedEntries()
Get a copy of this MainBar without any entries.
Class ilLSViewLayoutProvider.
The scope of this class is split ilias-conform URI's into components.
getContentModification(CalledContexts $screen_context_stack)
withAdditionalEntry(string $id, $entry)
Append an entry.
getMainBarModification(CalledContexts $screen_context_stack)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const GS_DATA_LS_MAINBARCONTROLS
getPageBuilderDecorator(CalledContexts $screen_context_stack)
getBreadCrumbsModification(CalledContexts $screen_context_stack)
This describes the MetaBar.
Interface ModificationProvider.
const GS_DATA_LS_METABARCONTROLS