Elgg\Application::loadSettings PHP Method

loadSettings() public method

This is done automatically during the boot process or before requesting a database object
See also: Config::loadSettingsFile
public loadSettings ( ) : void
return void
    public function loadSettings()
    {
        $this->services->config->loadSettingsFile();
    }