- Issue created by @donquixote
- 🇩🇪Germany donquixote
Actually.... I think I am wrong on this one.
The plugin type is just "FieldFormatter", nothing to do with address module, so there is something else wrong here. - 🇩🇪Germany donquixote
So....
AnnotatedClassDiscovery actually uses StaticReflectionParser instead of loading the file directly.
This way it can avoid loading a class where the base class might not be defined.
It then adds the plugin definition, without ever loading the respective class.
The plugin is never used only because the field type 'address' does never occur while 'address' module is not installed.The 'plugin' module does include the plugin classes for all formatters, because the plugin field does not (and cannot) filter them by field type.
So, not sure if anything needs to be done here.
- Status changed to Closed: works as designed
9 months ago 8:40pm 21 April 2024 - 🇩🇪Germany donquixote
I think we don't need to do anything here, at least not for the scenario that I encountered.