DefaultThemePlugin::getInstallSitePluginSettingsFile PHP Метод

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

Get the name of the settings file to be installed site-wide when OJS is installed.
public getInstallSitePluginSettingsFile ( ) : string
Результат string
    function getInstallSitePluginSettingsFile()
    {
        return $this->getPluginPath() . '/settings.xml';
    }