Closed sbrindle closed 3 years ago
Thanks. I see that this class has public static methods but I can't actually find docs to show the usage. It's still useful considering the method getPluginClass
could be used often.
You can use this class when you create your own plugin manager with custom annotation. You can find some examples in Drupal core.
I purpose to exclude this static access to skip PHPMD warning when create custom plugin manager.