ILIAS
release_7 Revision v7.30-3-g800a261c036
|
HTML export view layout provider, hides main and meta bar. More...
Data Fields | |
const | HTML_EXPORT_RENDERING = 'html_export_rendering' |
Additional Inherited Members | |
![]() | |
globalScreen () | |
![]() | |
$context_collection | |
$factory | |
![]() | |
$dic | |
HTML export view layout provider, hides main and meta bar.
Definition at line 35 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 87 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilHTMLExportViewLayoutProvider::getMainBarModification | ( | CalledContexts | $called_contexts | ) |
No main bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 68 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilHTMLExportViewLayoutProvider::getMetaBarModification | ( | CalledContexts | $called_contexts | ) |
No meta bar in HTML exports.
Implements ILIAS\GlobalScreen\Scope\Layout\Provider\ModificationProvider.
Definition at line 50 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\CalledContexts\current(), and ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen().
ilHTMLExportViewLayoutProvider::isInterestedInContexts | ( | ) |
Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.
Definition at line 42 of file class.ilHTMLExportViewLayoutProvider.php.
References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\main().
const ilHTMLExportViewLayoutProvider::HTML_EXPORT_RENDERING = 'html_export_rendering' |
Definition at line 37 of file class.ilHTMLExportViewLayoutProvider.php.
Referenced by ILIAS\Glossary\Export\GlossaryHtmlExport\__construct(), ILIAS\Portfolio\Export\PortfolioHtmlExport\__construct(), ILIAS\Blog\Export\BlogHtmlExport\__construct(), ILIAS\Wiki\Export\WikiHtmlExport\buildExportFile(), and ILIAS\Services\Export\HTML\Util\initGlobalScreen().