Elgg\Services\Config::set PHP Method

set() public method

Set an Elgg configuration value
public set ( string $name, mixed $value ) : void
$name string Name of the configuration value
$value mixed Value
return void
    public function set($name, $value);