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 $finder =
new Setup\ImplementationOfInterfaceFinder();
35 foreach (
$i as $interface) {
36 $class_names[$interface] = iterator_to_array(
37 $finder->getMatchingClassNames($interface)
41 return new Setup\Artifact\ArrayArtifact($class_names);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...