11 use Setup\Agent\HasNoNamedObjective;
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"] ?? []
63 "Complete objectives from Services/Language",
78 "Complete objectives from Services/Language",
87 "Complete objectives from Services/Language",
An exception for terminatinating execution or to throw for unit testing.
A objective collection is a objective that is achieved once all subobjectives are achieved.
A non-objective, nothing to do to achieve it...
__construct(Refinery\Factory $refinery, $_, \ilSetupLanguage $il_setup_language)
getStatusObjective(Setup\Metrics\Storage $storage)
getMigrations()
@inheritDoc
getArrayToConfigTransformation()
getInstallObjective(Setup\Config $config=null)
getUpdateObjective(Setup\Config $config=null)
getBuildArtifactObjective()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A agent is some component that performs part of the setup process.
A configuration for the setup.
An objective is a desired state of the system that is supposed to be created by the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...