public function ThemeGenerator::copyTemplates in AT Tools 8.2
Same name and namespace in other branches
- 8.3 at_theme_generator/src/Theme/ThemeGenerator.php \Drupal\at_theme_generator\Theme\ThemeGenerator::copyTemplates()
Copy base theme templates.
1 call to ThemeGenerator::copyTemplates()
- ThemeGeneratorTypes::starterkitGenerator in at_theme_generator/
src/ Theme/ ThemeGeneratorTypes.php - Generate starter kit type theme.
File
- at_theme_generator/
src/ Theme/ ThemeGenerator.php, line 381
Class
- ThemeGenerator
- Generator form.
Namespace
Drupal\at_theme_generator\ThemeCode
public function copyTemplates() {
$this->directoryOperations
->directoryRecursiveCopy($this->at_core_path . '/templates', $this->target . '/templates');
}