32 $ini = $environment->getResource(
Setup\Environment::RESOURCE_ILIAS_INI);
37 $storage->storeConfigBool(
38 "manage_system_styles",
39 $ini->readVariable(
"tools",
"enable_system_styles_management"),
40 "Can users manage system styles from within the installation?" 42 $storage->storeConfigText(
44 $ini->readVariable(
"tools",
"scss"),
45 "The path to the binary that is used for compiling scss."
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
getTentativePreconditions(Setup\Environment $environment)
Storage is simple key/value store without further schema definition.
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.