ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ModificationProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
36
42{
47 public function getContentModification(CalledContexts $screen_context_stack): ?ContentModification;
48
53 public function getLogoModification(CalledContexts $screen_context_stack): ?LogoModification;
54
55 public function getResponsiveLogoModification(CalledContexts $screen_context_stack): ?LogoModification;
56
61 public function getMainBarModification(CalledContexts $screen_context_stack): ?MainBarModification;
62
67 public function getMetaBarModification(CalledContexts $screen_context_stack): ?MetaBarModification;
68
73 public function getBreadCrumbsModification(CalledContexts $screen_context_stack): ?BreadCrumbsModification;
74
79 public function getFooterModification(CalledContexts $screen_context_stack): ?FooterModification;
80
85 public function getPageBuilderDecorator(CalledContexts $screen_context_stack): ?PageBuilderModification;
86
91 public function getTitleModification(CalledContexts $screen_context_stack): ?TitleModification;
92
97 public function getShortTitleModification(CalledContexts $screen_context_stack): ?ShortTitleModification;
98
103 public function getViewTitleModification(CalledContexts $screen_context_stack): ?ViewTitleModification;
104}
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)