Пример #1
0
 /**
  * Load theme configuration from database.
  *
  * @param InitializeLayoutEvent $event InitializeLayout event.
  *
  * @return void
  *
  * @internal param Config $config
  */
 public function loadThemeConfig(InitializeLayoutEvent $event)
 {
     $themeId = $event->getLayoutModel()->pid;
     $collection = BootstrapConfigModel::findPublishedByTheme($themeId);
     $this->getTypeManager()->buildConfig($collection);
 }