- Issue created by @Grevil
- Merge request !3Issue #3525439: Switch from registrating widgets through events to using the Drupal Plugin System → (Merged) created by Grevil
Automatically closed - issue fixed for 2 weeks with no activity.
Currently, when a module wants to register their widgets, we have to create a dedicated event subscriber and pass the Widget classes to let the api know, that these widgets exists. This is quite unintuitive.
Instead we should just create a Drupal PluginManager, which automatically crawls each module for existing widgets.
Create a Drupal PluginManager, which automatically crawls each module for existing widgets.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.