You are here

public function ThemeGenerator::removeColorDirectory in AT Tools 8.3

Same name and namespace in other branches
  1. 8.2 at_theme_generator/src/Theme/ThemeGenerator.php \Drupal\at_theme_generator\Theme\ThemeGenerator::removeColorDirectory()

Remove the color directory.

1 call to ThemeGenerator::removeColorDirectory()
ThemeGeneratorTypes::starterkitGenerator in at_theme_generator/src/Theme/ThemeGeneratorTypes.php
Generate starter kit type theme.

File

at_theme_generator/src/Theme/ThemeGenerator.php, line 424

Class

ThemeGenerator
Generator form.

Namespace

Drupal\at_theme_generator\Theme

Code

public function removeColorDirectory() {
  $this->directoryOperations
    ->directoryRemove($this->target . '/color');
}