19 declare(strict_types=1);
48 return $this->context_collection->
lti();
58 $this->
globalScreen()->layout()->meta()->addCss(
'./components/ILIAS/LTIProvider/templates/default/lti.css');
60 $external_css = ($is_exit_mode) ?
'' : $this->dic[
"lti"]->getExternalCss();
61 if ($external_css !==
'') {
62 $this->
globalScreen()->layout()->meta()->addCss($external_css);
69 $page = $p->build($parts);
73 $page = $page->withModeInfo($mv_modeinfo);
76 return $page->withNoFooter();
84 $data_collection = $screen_context_stack->
current()->getAdditionalData();
85 $is_exit_mode = $data_collection->is(self::GS_EXIT_LTI,
true);
96 return $this->
globalScreen()->layout()->factory()->mainbar()
104 foreach ($tools as
$id => $entry) {
111 ->withHighPriority();
121 return $this->
globalScreen()->layout()->factory()->metabar()
123 function (?
MetaBar $metabar) use ($is_exit_mode, $screen_context_stack): ?Metabar {
128 $f = $this->dic->ui()->factory();
129 $exit_symbol =
$f->symbol()->glyph()->close();
130 $exit_txt = $this->dic[
'lti']->lng->txt(
'lti_exit');
131 $exit =
$f->button()->bulky($exit_symbol, $exit_txt, $this->dic[
"lti"]->getCmdLink(
'exit'));
136 ->withHighPriority();
147 return $this->
globalScreen()->layout()->factory()->title()
149 function (?
string $content) use ($is_exit_mode):
string {
151 return $this->dic[
"lti"]->getTitleForExitPage();
153 return $this->dic[
"lti"]->getTitle();
156 ->withHighPriority();
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.
withAdditionalEntry(string $id, $entry)
Append an entry.
Class PageBuilderModification.
Interface PagePartProvider.
getTitleModification(CalledContexts $screen_context_stack)
Class LtiViewLayoutProvider.
getMetaBarModification(CalledContexts $screen_context_stack)
Class AbstractModificationProvider.
withClearedEntries()
Get a copy of this MainBar without any entries.
static getMemberViewModeInfo(\ILIAS\DI\Container $dic)
This describes the MetaBar.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
withAdditionalToolEntry(string $id, Slate\Slate $entry, bool $initially_hidden=false, ?Button\Close $close_button=null)
Append a tool-entry.
isLTIExitMode(CalledContexts $screen_context_stack)
getPageBuilderDecorator(CalledContexts $screen_context_stack)
Interface ModificationProvider.
getMainBarModification(CalledContexts $screen_context_stack)