ILIAS  release_7 Revision v7.30-3-g800a261c036
ModificationProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
35
41{
46 public function getContentModification(CalledContexts $screen_context_stack) : ?ContentModification;
47
52 public function getLogoModification(CalledContexts $screen_context_stack) : ?LogoModification;
53
54 public function getResponsiveLogoModification(CalledContexts $screen_context_stack) : ?LogoModification;
55
60 public function getMainBarModification(CalledContexts $screen_context_stack) : ?MainBarModification;
61
66 public function getMetaBarModification(CalledContexts $screen_context_stack) : ?MetaBarModification;
67
72 public function getBreadCrumbsModification(CalledContexts $screen_context_stack) : ?BreadCrumbsModification;
73
78 public function getFooterModification(CalledContexts $screen_context_stack) : ?FooterModification;
79
84 public function getPageBuilderDecorator(CalledContexts $screen_context_stack) : ?PageBuilderModification;
85
90 public function getTitleModification(CalledContexts $screen_context_stack) : ?TitleModification;
91
96 public function getShortTitleModification(CalledContexts $screen_context_stack) : ?ShortTitleModification;
97
102 public function getViewTitleModification(CalledContexts $screen_context_stack) : ?ViewTitleModification;
103}
An exception for terminatinating execution or to throw for unit testing.
getViewTitleModification(CalledContexts $screen_context_stack)
getTitleModification(CalledContexts $screen_context_stack)
getLogoModification(CalledContexts $screen_context_stack)
getMainBarModification(CalledContexts $screen_context_stack)
getMetaBarModification(CalledContexts $screen_context_stack)
getBreadCrumbsModification(CalledContexts $screen_context_stack)
getFooterModification(CalledContexts $screen_context_stack)
getContentModification(CalledContexts $screen_context_stack)
getPageBuilderDecorator(CalledContexts $screen_context_stack)
getShortTitleModification(CalledContexts $screen_context_stack)
getResponsiveLogoModification(CalledContexts $screen_context_stack)