|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
LM HTML export view layout provider, hides main and meta bar. More...
Inheritance diagram for ilLMHtmlExportViewLayoutProvider:
Collaboration diagram for ilLMHtmlExportViewLayoutProvider:Data Fields | |
| const | LM_HTML_EXPORT_RENDERING = 'lm_html_export_rendering' |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider | |
| ContextCollection | $context_collection |
| DataFactory | $data |
| ILIAS GlobalScreen Scope Layout Factory ModificationFactory | $factory |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilLMHtmlExportViewLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 41 of file class.ilLMHtmlExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\repository().
Here is the call graph for this function:| 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().