Magento_BannerStaging module
The Magento_BannerStaging module is a part of the staging functionality in Magento EE. It enables you to preview banners related to staged catalog rule and cart price rule.
Implementation details
The Magento_BannerStaging module extends Magento_Banner module functionality and adds staging functionality to it:
- Enables user to preview banners in staging mode.
Dependencies
You can find the list of modules that have dependencies on the Magento_BannerStaging module in the require
section of the composer.json
file. The file is located in the root directory of the module.
Extension points
Extension points enable extension developers to interact with the Magento_BannerStaging module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_BannerStaging module.