signalWorkerStopInOldCacheDir example

$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 */
    
Home | Imprint | This part of the site doesn't use cookies.