public function ThemeGenerator::getCloneSourceConfigSettings 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::getCloneSourceConfigSettings()
Get the clone source themes config from the active configuration.
Return value
array
1 call to ThemeGenerator::getCloneSourceConfigSettings()
- ThemeGenerator::__construct in at_theme_generator/
src/ Theme/ ThemeGenerator.php - Generator constructor.
File
- at_theme_generator/
src/ Theme/ ThemeGenerator.php, line 272
Class
- ThemeGenerator
- Generator form.
Namespace
Drupal\at_theme_generator\ThemeCode
public function getCloneSourceConfigSettings() {
return \Drupal::config($this->clone_source . '.settings')
->get();
}