PHP 7.3 reached end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. You may want to consider planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance.
BundleImportExportStaging
Magento_BundleImportExportStaging module
Overview
The Magento_BundleImportExportStaging module is a part of the staging functionality in Magento EE. It extends the Magento_BundleImportExport module functionality to be used in staging mode.
Implementation Details
The Magento_BundleImportExportStaging module:
- adds plugin on
\Magento\BundleImportExport\Model\Import\Product\Type\Bundle\RelationsDataSaver
to add sequence information to bundle product relations (options, selections, etc.)
Dependencies
You can find the list of modules the Magento_BundleImportExportStaging module depends on in the require
section of the composer.json
file located in the same directory as this README.md
file.
Extension Points
The Magento_BundleImportExportStaging module does not provide any specific extension points.
Additional information
For more Magento 2 developer documentation, see Magento 2 Developer Documentation.