You are here

public function ThemeGenerator::getCloneSourceConfigSettings 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::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\Theme

Code

public function getCloneSourceConfigSettings() {
  return \Drupal::config($this->clone_source . '.settings')
    ->get();
}