retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

Implement a hook_requirements requirement to report that Retrofit is running

Open mglaman opened this issue 1 year ago • 2 comments

Feedback from TCDrupal presentation was to add some kind of status report that Retrofit is running on the site.

mglaman avatar Sep 14 '23 15:09 mglaman

Is it possible to implement hook_requirements when there isn't a module?

Or are you running on some sort of advanced wizardry level I haven't even contemplated? 🧙‍♂️

damienmckenna avatar Oct 19 '23 16:10 damienmckenna

I haven't decided. It could be one of the following:

  • The module_handler is already decorated so I could check if invokeAll is called with requirements to hook in
  • Decorate SystemManager and add the Retrofit status item to the top of the items returned with listRequirements

mglaman avatar Oct 19 '23 17:10 mglaman