ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
HTML export view layout provider, hides main and meta bar. More...
Data Fields | |
const | HTML_EXPORT_RENDERING = 'html_export_rendering' |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
ContextCollection | $context_collection |
DataFactory | $data |
ModificationFactory | $factory |
HTML export view layout provider, hides main and meta bar.
Definition at line 36 of file class.ilHTMLExportViewLayoutProvider.php.
ilHTMLExportViewLayoutProvider::getBreadCrumbsModification | ( | CalledContexts | $called_contexts | ) |
No breadcrumbs in HTML exports
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 91 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and null.
ilHTMLExportViewLayoutProvider::getMainBarModification | ( | CalledContexts | $called_contexts | ) |
No main bar in HTML exports
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 71 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and null.
ilHTMLExportViewLayoutProvider::getMetaBarModification | ( | CalledContexts | $called_contexts | ) |
No meta bar in HTML exports
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 52 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and null.
ilHTMLExportViewLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 43 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilHTMLExportViewLayoutProvider::HTML_EXPORT_RENDERING = 'html_export_rendering' |
Definition at line 38 of file class.ilHTMLExportViewLayoutProvider.php.
Referenced by ILIAS\Glossary\Export\GlossaryHtmlExport\__construct(), ILIAS\Notes\Export\NotesHtmlExport\__construct(), ILIAS\Wiki\Export\WikiHtmlExport\buildExportFile(), and ILIAS\components\Export\HTML\Util\initGlobalScreen().