Elgg\Services\Config::getVolatile PHP Method

getVolatile() public method

Get a config value for the current site if it's already loaded. This should be used instead of reading directly from global $CONFIG.
public getVolatile ( string $name ) : mixed
$name string Name of the configuration value
return mixed Returns null if value isn't set
    public function getVolatile($name);