$this->assetInstaller->
copyAssetsFromBundle($pluginBaseClassString);
} $this->
updatePluginData( [ 'id' =>
$plugin->
getId(),
'active' => true,
],
$shopwareContext );
$this->
signalWorkerStopInOldCacheDir();
$this->eventDispatcher->
dispatch(new PluginPostActivateEvent($plugin,
$activateContext));
return $activateContext;
} /**
* @throws PluginNotInstalledException
* @throws PluginNotActivatedException
* @throws PluginHasActiveDependantsException
*/