public function ThemeGenerator::removeThemeSettingsFile in AT Tool 2.0 1.0.x
Remove the theme-settings.php file.
1 call to ThemeGenerator::removeThemeSettingsFile()
- ThemeGeneratorTypes::starterkitGenerator in at_theme_generator/
src/ Theme/ ThemeGeneratorTypes.php - Generate starter kit type theme.
File
- at_theme_generator/
src/ Theme/ ThemeGenerator.php, line 208
Class
- ThemeGenerator
- Generator form.
Namespace
Drupal\at_theme_generator\ThemeCode
public function removeThemeSettingsFile() {
$this->directoryOperations
->directoryRemove($this->target . '/theme-settings.php');
}