DefaultThemePlugin::getContextSpecificPluginSettingsFile PHP Méthode

getContextSpecificPluginSettingsFile() public méthode

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