Elgg\Services\Config::get PHP Метод

get() публичный Метод

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
Результат mixed Configuration value or null if it does not exist
    public function get($name);