Beispiel #1
0
 /**
  * @return array
  */
 protected function getConfigFiles()
 {
     $configFiles = [];
     foreach ($this->themeCollection->loadRegisteredThemes() as $theme) {
         $configFiles = array_merge($configFiles, $this->fileCollector->getFilesContent($theme, 'layouts.xml'));
     }
     return $configFiles;
 }