Log in
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 system configuration values across different scopes (like website, store, or store view).

It acts as a simple wrapper around the ObjectManager to instantiate the appropriate clone model class based on the provided class name.

Public Methods

  • create()