Model
ImporterPool
Magento\Deploy\Model\DeploymentConfig\ImporterPool
What it does
This class manages a pool of deployment configuration importers that read configuration data from files and import it into the appropriate application sources.
Developers would use this class when building custom importers for deployment configuration sections (like stores, themes, or custom configurations) that need to be imported during deployment or configuration management operations.
Public Methods
- getSections()
- getImporters()
- getValidator()