19 declare(strict_types=1);
    31         return hash(
"sha256", self::class);
    39         return "ilPluginAdmin is initialized and stored into the environment.";
    56             new \ilLanguagesInstalledAndUpdatedObjective(
new ilSetupLanguage(
'en')),
    71         $GLOBALS[
"DIC"] = 
new DI\Container();
    72         $GLOBALS[
"DIC"][
"lng"] = 
new class () {
    73             public function loadLanguageModule(): 
void    78         $environment = $environment->withResource(
    79             Setup\Environment::RESOURCE_PLUGIN_ADMIN,
    80             new ilPluginAdmin($environment->getResource(Setup\Environment::RESOURCE_COMPONENT_REPOSITORY))
    93         return is_null($environment->getResource(Setup\Environment::RESOURCE_PLUGIN_ADMIN));
 getPreconditions(Setup\Environment $environment)
 
language handling for setup 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
isApplicable(Setup\Environment $environment)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
An environment holds resources to be used in the setup process. 
 
achieve(Setup\Environment $environment)