DefaultThemePlugin::getContextSpecificPluginSettingsFile PHP 메소드

getContextSpecificPluginSettingsFile() 공개 메소드

Get the name of the settings file to be installed on new journal creation.
    function getContextSpecificPluginSettingsFile()
    {
        return $this->getPluginPath() . '/settings.xml';
    }