Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ModuleList $list, PackageInfoFactory $packageInfoFactory) | |
checkConflictsWhenEnableModules ($moduleNames, $currentlyEnabledModules=null) | |
Checks for conflicts between modules
Definition at line 13 of file ConflictChecker.php.
__construct | ( | ModuleList | $list, |
PackageInfoFactory | $packageInfoFactory | ||
) |
Constructor
ModuleList | $list | |
PackageInfoFactory | $packageInfoFactory |
Definition at line 35 of file ConflictChecker.php.
checkConflictsWhenEnableModules | ( | $moduleNames, | |
$currentlyEnabledModules = null |
|||
) |
Check if enabling module will conflict any modules
string[] | $moduleNames |
string[] | $currentlyEnabledModules |
Definition at line 49 of file ConflictChecker.php.