Civi\API\Provider
Classes
An adhoc provider is useful for creating mock API implementations.
This class manages the loading of API's using strict file+function naming
conventions.
This class defines operations for inspecting the API's metadata.
A static provider is useful for creating mock API implementations which
manages records in-memory.
A wrapping provider overrides an existing API. It has discretion to pass-through
to the original API (0 or many times) or to substitute with entirely different
behavior.
Interfaces
An API "provider" provides a means to execute API requests.