- Issue created by @jurgenhaas
- Merge request !631Issue #3490176 by jurgenhaas: Allow to extend ProjectBrowserSource plugins → (Open) created by jurgenhaas
As an example, the plugin at \Drupal\project_browser\Plugin\ProjectBrowserSource\Recipes
declares a lot of components private, which could also be protected instead.
This would allow to extend that plugin to e.g. provide a separate location for recipes, which is what we're doing for an application that we build and end-users should be able to enhance by applying application specific recipes. For that we would only want to override the getFinder()
method.
Change the scope for class variables and the getFinder()
method from private to protected.
Active
2.0
Code