Magento_RmaStaging module
The Magento_RmaStaging module is a part of the staging functionality in Magento Commerce. It enables you to create updates for the parameters of the Autosettings field set of a product.
RMA stands for a return merchandise authorization.
Implementation details
The Magento_RmaStaging module extends the following Magento_Rma module functionality to be used in staging mode:
- Adds the Autosettings field set to the Schedule update form of a product.
Dependencies
You can find the list of modules that have dependencies on the Magento_RmaStaging 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_RmaStaging module. The Magento dependency injection mechanism enables you to override the functionality of the Magento_RmaStaging module.
Additional information
For more Magento 2 developer documentation, see Magento 2 Developer Documentation. Also, there you can track backward incompatible changes made in a Magento Commerce mainline after the Magento 2.0 release.