Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerProvider $objectManagerProvider, \Magento\Framework\Composer\Remove $remove, UninstallCollector $collector, \Magento\Setup\Module\SetupFactory $setupFactory) | |
uninstallData (OutputInterface $output, array $modules) | |
Class to uninstall a module component
Definition at line 14 of file ModuleUninstaller.php.
__construct | ( | ObjectManagerProvider | $objectManagerProvider, |
\Magento\Framework\Composer\Remove | $remove, | ||
UninstallCollector | $collector, | ||
\Magento\Setup\Module\SetupFactory | $setupFactory | ||
) |
Constructor
ObjectManagerProvider | $objectManagerProvider | |
\Magento\Framework\Composer\Remove | $remove | |
UninstallCollector | $collector | |
\Magento\Setup\Module\SetupFactory | $setupFactory | |
PatchApplier | $patchApplier |
Definition at line 49 of file ModuleUninstaller.php.
uninstallData | ( | OutputInterface | $output, |
array | $modules | ||
) |
Invoke remove data routine in each specified module
OutputInterface | $output | |
array | $modules |
Definition at line 80 of file ModuleUninstaller.php.