10 use Symfony\Component\Console\Output\OutputInterface;
20 private $themeUninstaller;
25 private $themePackageInfo;
35 $this->themeUninstaller = $themeUninstaller;
36 $this->themePackageInfo = $themePackageInfo;
48 $themePath = $this->themePackageInfo->getFullThemePath($componentName);
49 $this->themeUninstaller->uninstallRegistry(
$output, [$themePath]);
__construct(ThemeUninstaller $themeUninstaller, ThemePackageInfo $themePackageInfo)
uninstall(OutputInterface $output, $componentName)