Interface
ConfigInterface
Magento\Webapi\Model\ConfigInterface
What it does
This interface defines the contract for accessing Magento's consolidated Web API configuration from all webapi.xml files across modules.
Developers use implementations of this interface to retrieve service definitions, routes, and access control lists (ACL) for REST and SOAP APIs.
It's primarily used by the Web API framework to validate and route incoming API requests.
Public Methods
- getServices()