33 return $this->context_collection->
repository();
40 $logo = $this->
globalScreen()->layout()->factory()->logo();
42 $logo = $logo->withModification(
function (
Image $current) {
46 return $logo->withHighPriority();
56 $mainBar = $this->
globalScreen()->layout()->factory()->mainbar();
58 $mainBar = $mainBar->withModification(
function (
MainBar $current) {
62 return $mainBar->withHighPriority();
72 $metaBar = $this->
globalScreen()->layout()->factory()->metabar();
74 $metaBar = $metaBar->withModification(
function (
MetaBar $current) {
78 return $metaBar->withHighPriority();
88 $footer = $this->
globalScreen()->layout()->factory()->footer();
90 $footer = $footer->withModification(
function (
Footer $current) {
94 return $footer->withHighPriority();
108 $additionalData = $calledContexts->
current()->getAdditionalData();
109 $isKioskModeEnabled = $additionalData->is(self::TEST_PLAYER_KIOSK_MODE_ENABLED,
true);
111 return $isKioskModeEnabled;
This describes the MainBar.
getFooterModification(CalledContexts $calledContexts)
getMetaBarModification(CalledContexts $calledContexts)
Class AbstractModificationProvider.
isKioskModeEnabled(CalledContexts $calledContexts)
const TEST_PLAYER_KIOSK_MODE_ENABLED
getMainBarModification(CalledContexts $calledContexts)
This describes the MetaBar.
Interface ModificationProvider.
This describes the Footer.
getLogoModification(CalledContexts $calledContexts)