ILIAS
release_8 Revision v8.19
|
LM HTML export view layout provider, hides main and meta bar. More...
Data Fields | |
const | LM_HTML_EXPORT_RENDERING = 'lm_html_export_rendering' |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
ContextCollection | $context_collection |
ILIAS GlobalScreen Scope Layout Factory ModificationFactory | $factory |
![]() | |
Container | $dic |
LM HTML export view layout provider, hides main and meta bar.
Definition at line 34 of file class.ilLMHtmlExportViewLayoutProvider.php.
ilLMHtmlExportViewLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $screen_context_stack | ) |
No breadcrumbs in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 116 of file class.ilLMHtmlExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilLMHtmlExportViewLayoutProvider::getMainBarModification | ( | CalledContexts | $screen_context_stack | ) |
No main bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 67 of file class.ilLMHtmlExportViewLayoutProvider.php.
References $DIC, Vendor\Package\$f, $id, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ilUtil\getImagePath(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ILIAS\UI\Implementation\Component\Button\withEngagedState().
ilLMHtmlExportViewLayoutProvider::getMetaBarModification | ( | CalledContexts | $screen_context_stack | ) |
No meta bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 49 of file class.ilLMHtmlExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilLMHtmlExportViewLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 41 of file class.ilLMHtmlExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\repository().
const ilLMHtmlExportViewLayoutProvider::LM_HTML_EXPORT_RENDERING = 'lm_html_export_rendering' |
Definition at line 36 of file class.ilLMHtmlExportViewLayoutProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initGlobalScreen().