- Issue created by @joachim
Plugin manager services in core and contrib follow the naming pattern 'plugin.manager.foo'.
e.g.
plugin.manager.filter:
class: Drupal\filter\FilterPluginManager
parent: default_plugin_manager
The plugin manager service here is called localgov_waste_collection.data_provider_manager.
This means that modules like Plugin and Module Builder don't detect it.
Active
1.0
Code