19 return "Services/GlobalScreen/artifacts/global_screen_providers.php";
27 StaticMainMenuProvider::class,
28 StaticMetaBarProvider::class,
29 DynamicToolProvider::class,
30 ModificationProvider::class,
31 NotificationProvider::class,
34 foreach (
$i as $interface) {
35 $i =
new Setup\ImplementationOfInterfaceFinder($interface);
36 $class_names[$interface] = iterator_to_array(
$i->getMatchingClassNames());
39 return new Setup\ArrayArtifact($class_names);
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...