Elgg\Services\Config::get PHP Method

get() public method

Before application boot, it may be unsafe to call get() for some values. You should use getVolatile() before system boot.
public get ( string $name ) : mixed
$name string Name of the configuration value
return mixed Configuration value or null if it does not exist
    public function get($name);