Magento_DownloadableStaging module
The Magento_DownloadableStaging module is a part of the staging functionality in Magento Commerce. It enables you to add the Downloadable Product updates to the existing store campaigns. In other words, you can change the Downloadable Product attributes in campaigns. These updates are shown on the campaign dashboard.
Implementation details
The Magento_DownloadableStaging module changes the Downloadable Product creation page to make them compatible with the Magento Staging Framework. This module extends the Magento_Downloadable module functionality to be used in staging.
The Magento_DownloadableStaging module adds the “Downloadable information” tab to the Schedule Update form for a product.
Installation details
The Magento_DownloadableStaging module makes irreversible changes in a database during installation. You cannot uninstall this module.
Dependencies
You can find the list of modules that have dependencies on the Magento_DownloadableStaging 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_DownloadableStaging 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_DownloadableStaging module.
UI components
You can extend product and category updates using the UI components located in the Magento\DownloadableStaging\view\adminhtml\ui_component
directory. For more information, see UI Listing/Grid Component.
Layouts
You can extend and override layouts in the Magento\DownloadableStaging\view\adminhtml\layout
directory.
For more information about layouts, see the Layout documentation.
Additional information
You can track backward incompatible changes made in a Magento Commerce mainline after the Magento 2.0 release.