Factory
BackendClone\Factory
Magento\Config\Model\Config\BackendClone\Factory
What it does
This factory class creates instances of backend clone models used in Magento's system configuration.
Developers use this when they need to duplicate or clone configuration settings across different scopes (like store views or websites), allowing the factory to instantiate the appropriate clone model class dynamically based on the provided model name.
Public Methods
- create()