Providers

defines a plugin manager for providers so other modules can add support for other apiserviceproviders via plugins which are discovered. .

routes:

  • /admin/reports/fluxcraft-providers/demo - sanity check page

  • admin/reports/fluxcraft/providers lists enabled providerplugins as links to provider report pages

  • admin/reports/fluxcraft/{provider_id} dynamic provider report page route per provider plugin. there you will see a list of external entity types / endpoints and consumers defined for this provider.

to write a provider plugin in a custommodule:

TODO

Last updated