$this->pluginRegistry->
getConfigurations(),
true
);
$dump['basePath'
] =
$themeConfig->
getBasePath();
file_put_contents( $this->projectDir . \DIRECTORY_SEPARATOR . 'var' . \DIRECTORY_SEPARATOR . 'theme-files.json',
json_encode($dump, \JSON_PRETTY_PRINT
) );
$this->staticFileConfigDumper->
dumpConfig($this->context
);
return self::SUCCESS;
} private function getTechnicalName(string
$themeId): ?string
{ $technicalName = null;
do { /** @var ThemeEntity|null $theme */
$theme =
$this->themeRepository->
search(new Criteria([$themeId]),
$this->context
)->
first();