19 declare(strict_types=1);
40 return "global_screen_providers";
48 StaticMainMenuProvider::class,
49 StaticMetaBarProvider::class,
50 StaticFooterProvider::class,
51 DynamicToolProvider::class,
52 ModificationProvider::class,
53 NotificationProvider::class,
58 foreach ($i as $interface) {
59 $class_names[$interface] = iterator_to_array(
60 $finder->getMatchingClassNames($interface)
This is an objective to build some artifact.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...