- Issue created by @joachim
All the methods on the plugins are called statically.
This means that DI can't be used on plugins.
It would be better -- and more in line with Drupal conventions -- to instantiate the plugin and call object methods.
Active
2.0
Code: General