ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ModificationProvider.php
Go to the documentation of this file.
2
16
23{
24
30 public function getContentModification(CalledContexts $screen_context_stack) : ?ContentModification;
31
36 public function getLogoModification(CalledContexts $screen_context_stack) : ?LogoModification;
37
38 public function getResponsiveLogoModification(CalledContexts $screen_context_stack) : ?LogoModification;
39
44 public function getMainBarModification(CalledContexts $screen_context_stack) : ?MainBarModification;
45
46
52 public function getMetaBarModification(CalledContexts $screen_context_stack) : ?MetaBarModification;
53
54
60 public function getBreadCrumbsModification(CalledContexts $screen_context_stack) : ?BreadCrumbsModification;
61
62
68 public function getFooterModification(CalledContexts $screen_context_stack) : ?FooterModification;
69
70
76 public function getPageBuilderDecorator(CalledContexts $screen_context_stack) : ?PageBuilderModification;
77
83 public function getTitleModification(CalledContexts $screen_context_stack) : ?TitleModification;
84
90 public function getShortTitleModification(CalledContexts $screen_context_stack) : ?ShortTitleModification;
91
97 public function getViewTitleModification(CalledContexts $screen_context_stack) : ?ViewTitleModification;
98}
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)