ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 () | |
![]() | |
$context_collection | |
$factory | |
![]() | |
$dic | |
LM HTML export view layout provider, hides main and meta bar.
Definition at line 19 of file class.ilLMHtmlExportViewLayoutProvider.php.
ilLMHtmlExportViewLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $called_contexts | ) |
No breadcrumbs in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 102 of file class.ilLMHtmlExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilLMHtmlExportViewLayoutProvider::getMainBarModification | ( | CalledContexts | $called_contexts | ) |
No main bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 53 of file class.ilLMHtmlExportViewLayoutProvider.php.
References $DIC, Vendor\Package\$f, $lng, ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ilUtil\getImagePath(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ILIAS\UI\Implementation\Component\Button\withEngagedState().
ilLMHtmlExportViewLayoutProvider::getMetaBarModification | ( | CalledContexts | $called_contexts | ) |
No meta bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 35 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 27 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 21 of file class.ilLMHtmlExportViewLayoutProvider.php.
Referenced by ILIAS\LearningModule\Export\LMHtmlExport\initGlobalScreen().