ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
StartUpModificationProvider.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\Init\Provider
;
4
5
use
ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
;
6
use
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
;
7
12
class
StartUpModificationProvider
extends
AbstractModificationProvider
13
{
17
public
function
isInterestedInContexts
():
ContextCollection
18
{
19
return
$this->context_collection->
external
();
20
}
21
}
ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
Class AbstractModificationProvider.
Definition:
AbstractModificationProvider.php:44
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:30
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\external
external()
Definition:
ContextCollection.php:138
ILIAS\Init\Provider\StartUpModificationProvider
Class StartUpModificationProvider.
Definition:
StartUpModificationProvider.php:13
ILIAS\Init\Provider\StartUpModificationProvider\isInterestedInContexts
isInterestedInContexts()
@inheritDoc
Definition:
StartUpModificationProvider.php:17
ILIAS\Init\Provider
Definition:
StartUpMetaBarProvider.php:3
Services
Init
classes
Provider
StartUpModificationProvider.php
Generated on Sun Nov 2 2025 22:01:37 for ILIAS by
1.9.4 (using
Doxyfile
)