45 return $this->refinery->custom()->transformation(
function (
$data) {
46 if (!isset(
$data[
"default_language"])) {
47 $data[
"default_language"] =
"en";
49 return new \ilLanguageSetupConfig(
50 $data[
"default_language"],
51 $data[
"install_languages"] ?? [
$data[
"default_language"]],
52 $data[
"install_local_languages"] ?? []
62 return new Setup\ObjectiveCollection(
63 "Complete objectives from Services/Language",
77 return new Setup\ObjectiveCollection(
78 "Complete objectives from Services/Language",
86 return new Setup\ObjectiveCollection(
87 "Complete objectives from Services/Language",
98 return new Setup\Objective\NullObjective();
An objective is a desired state of the system that is supposed to be created by the setup...
getInstallObjective(Setup\Config $config=null)
getBuildArtifactObjective()
getArrayToConfigTransformation()
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...
__construct(Refinery\Factory $refinery, $_, \ilSetupLanguage $il_setup_language)
getStatusObjective(Setup\Metrics\Storage $storage)
A configuration for the setup.
getUpdateObjective(Setup\Config $config=null)