DefaultThemePlugin::getInstallSitePluginSettingsFile PHP Method

getInstallSitePluginSettingsFile() public method

Get the name of the settings file to be installed site-wide when OJS is installed.
    function getInstallSitePluginSettingsFile()
    {
        return $this->getPluginPath() . '/settings.xml';
    }