ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Init\Provider\StartUpModificationProvider Class Reference

Class StartUpModificationProvider. More...

+ Inheritance diagram for ILIAS\Init\Provider\StartUpModificationProvider:
+ Collaboration diagram for ILIAS\Init\Provider\StartUpModificationProvider:

Public Member Functions

 isInterestedInContexts ()
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
 __construct (Container $dic)
 
 getContentModification (CalledContexts $screen_context_stack)
 
 getLogoModification (CalledContexts $screen_context_stack)
 
 getResponsiveLogoModification (CalledContexts $screen_context_stack)
 
 getMainBarModification (CalledContexts $screen_context_stack)
 
 getMetaBarModification (CalledContexts $screen_context_stack)
 
 getBreadCrumbsModification (CalledContexts $screen_context_stack)
 
 getFooterModification (CalledContexts $screen_context_stack)
 
 getPageBuilderDecorator (CalledContexts $screen_context_stack)
 
 getTitleModification (CalledContexts $screen_context_stack)
 
 getShortTitleModification (CalledContexts $screen_context_stack)
 
 getViewTitleModification (CalledContexts $screen_context_stack)
 
- Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 __construct (protected Container $dic)
 
 getFullyQualifiedClassName ()
 
 getProviderNameForPresentation ()
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider
 globalScreen ()
 
- Protected Attributes inherited from ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
ContextCollection $context_collection
 
DataFactory $data
 
ModificationFactory $factory
 

Detailed Description

Member Function Documentation

◆ isInterestedInContexts()

ILIAS\Init\Provider\StartUpModificationProvider::isInterestedInContexts ( )

Implements ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider.

Definition at line 33 of file StartUpModificationProvider.php.

References ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\external().

33  : ContextCollection
34  {
35  return $this->context_collection->external();
36  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: