Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (DataSetupFactory $dataSetupFactory, DeploymentConfig $deploymentConfig, DeploymentConfig\Writer $writer, Loader $loader) | |
removeModulesFromDeploymentConfig (OutputInterface $output, array $modules) | |
Used to uninstall registry from the database and deployment config
Definition at line 16 of file ModuleRegistryUninstaller.php.
__construct | ( | DataSetupFactory | $dataSetupFactory, |
DeploymentConfig | $deploymentConfig, | ||
DeploymentConfig\Writer | $writer, | ||
Loader | $loader | ||
) |
Constructor
DataSetupFactory | $dataSetupFactory | |
DeploymentConfig | $deploymentConfig | |
DeploymentConfig\Writer | $writer | |
Loader | $loader |
Definition at line 46 of file ModuleRegistryUninstaller.php.
removeModulesFromDeploymentConfig | ( | OutputInterface | $output, |
array | $modules | ||
) |
Removes module from deployment configuration
OutputInterface | $output | |
string[] | $modules |
Definition at line 84 of file ModuleRegistryUninstaller.php.