retrofit-drupal / retrofit

Retrofit provides compatibility layers to run legacy Drupal code.
https://retrofit-drupal.com
MIT License
73 stars 2 forks source link

Allow extensions to support contrib modules #168

Open darrenoh opened 2 months ago

darrenoh commented 2 months ago

Contrib module APIs change as much as Drupal core APIs. It would be nice to have a way to provide Retrofit extensions for contrib modules so they can be supported without adding code to Retrofit itself.

mglaman commented 1 month ago

The goal here would be to simplify hooking into the Drupal service container. That may mean an "extension-installer" like PHPStan has. Along with other helpers along the way.