SearchStaging
Magento_SearchStaging module
Overview
The Magento_SearchStaging module is a part of the staging functionality in Magento EE. It restricts functionality of the Magento_SearchStaging module in the staging preview mode.
Implementation details
The Magento_SearchStaging module disables the Magento_Search module functionality in the staging preview mode.
Dependencies
You can find the list of modules that have dependencies on the Magento_SearchStaging 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_SearchStaging module. The Magento dependency injection mechanism enables you to override the functionality of the Magento_SearchStaging module.
Layouts
You can extend and override layouts in the Magento/SearchStaging/view/frontend/layout/
directory.
For more information about layouts, see the Layout documentation.
Additional information
You can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.