Model
Staging
Magento\Theme\Model\Theme\Domain\Staging
What it does
This class manages the process of copying customizations from a staging theme back to its parent theme.
Developers would use this when they want to test theme changes in a staging environment and then apply those approved changes to the live parent theme.
It acts as a domain model that coordinates the theme copying operation through the CopyService.
Public Methods
- updateFromStagingTheme()