Elgg\BootData::getConfigValues PHP Method

getConfigValues() public method

Get config values to merge into $CONFIG
public getConfigValues ( ) : array
return array
    public function getConfigValues()
    {
        return $this->config_values;
    }