IntegrationConfig
Magento\Integration\Model\IntegrationConfig
What it does
This class loads and caches integration configurations defined in XML files across Magento 2 modules.
Developers use it to retrieve all configured integrations (third-party system connections) that have been defined in integration.xml files, with results cached for performance.
It's primarily used internally by Magento's Integration module to discover available integrations during setup and management.
Public Methods
- getIntegrations()