DefaultThemePlugin::getContextSpecificPluginSettingsFile PHP Method

getContextSpecificPluginSettingsFile() public method

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