19 declare(strict_types=1);
54 return $this->context_collection->
main();
59 $this->data_collection = $screen_context_stack->
current()->getAdditionalData();
68 return $this->
globalScreen()->layout()->factory()->mainbar()
71 if ($mainbar ===
null) {
72 $ui = $this->dic->ui();
73 $mainbar = $ui->factory()->mainControls()->mainbar();
79 foreach ($entries as $key => $entry) {
82 foreach ($tools as $key => $entry) {
96 return $this->
globalScreen()->layout()->factory()->metabar()
100 ->withHighPriority();
109 return $this->
globalScreen()->layout()->factory()->breadcrumbs()
113 ->withHighPriority();
125 return $this->
globalScreen()->layout()->factory()->content()
128 $ui = $this->dic->ui();
129 return $ui->factory()->legacy()->content($html);
132 ->withHighPriority();
142 $label = $this->dic[
'lng']->txt(
'lso_player_viewmodelabel');
144 $lnk =
new URI($exit->getAction());
147 return $this->
factory->page()->withModification(
150 $f = $this->dic[
'ui.factory'];
151 $page = $p->build($parts);
152 $modeinfo =
$f->mainControls()->modeInfo($label, $lnk);
153 return $page->withModeInfo($modeinfo);
155 )->withHighPriority();
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.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
isKioskModeEnabled(CalledContexts $screen_context_stack)
Class AbstractModificationProvider.
withClearedEntries()
Get a copy of this MainBar without any entries.
Class ilLSViewLayoutProvider.
getContentModification(CalledContexts $screen_context_stack)
withAdditionalEntry(string $id, $entry)
Append an entry.
getMainBarModification(CalledContexts $screen_context_stack)
const GS_DATA_LS_MAINBARCONTROLS
getPageBuilderDecorator(CalledContexts $screen_context_stack)
getBreadCrumbsModification(CalledContexts $screen_context_stack)
This describes the MetaBar.
withAdditionalToolEntry(string $id, Slate\Slate $entry, bool $initially_hidden=false, ?Button\Close $close_button=null)
Append a tool-entry.
Interface ModificationProvider.
const GS_DATA_LS_METABARCONTROLS