19 declare(strict_types=1);
37 return "Services/GlobalScreen/artifacts/global_screen_providers.php";
44 StaticMainMenuProvider::class,
45 StaticMetaBarProvider::class,
46 DynamicToolProvider::class,
47 ModificationProvider::class,
48 NotificationProvider::class,
52 $finder =
new Setup\ImplementationOfInterfaceFinder();
53 foreach (
$i as $interface) {
54 $class_names[$interface] = iterator_to_array(
55 $finder->getMatchingClassNames($interface)
59 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...