DefaultThemePlugin::getContextSpecificPluginSettingsFile PHP Метод

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

Get the name of the settings file to be installed on new journal creation.
public getContextSpecificPluginSettingsFile ( ) : string
Результат string
    function getContextSpecificPluginSettingsFile()
    {
        return $this->getPluginPath() . '/settings.xml';
    }