retrofit
retrofit copied to clipboard
Implement a hook_requirements requirement to report that Retrofit is running
Feedback from TCDrupal presentation was to add some kind of status report that Retrofit is running on the site.
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? 🧙♂️
I haven't decided. It could be one of the following:
- The
module_handler
is already decorated so I could check ifinvokeAll
is called withrequirements
to hook in - Decorate
SystemManager
and add the Retrofit status item to the top of the items returned withlistRequirements