Problem/Motivation
#1822048: Introduce a generic fallback plugin mechanism was committed recently, SelectionPluginManager should use it as well.
Proposed resolution
Make SelectionPluginManager implement FallbackPluginManagerInterface and remove the custom code that handled it before.
Remaining tasks
Work on harder patches.
User interface changes
Nope.
API changes
Nope.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2368443.patch | 3.74 KB | amateescu |
Comments
Comment #1
amateescu commentedThere we go.
Comment #2
berdirSadly the standardized solution ends up with more lines of code than the custom one, but consistency++.
Comment #3
alexpottThis issue is a prioritized change (it is a result of #1822048: Introduce a generic fallback plugin mechanism which committed at the end of sept 2014) as per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase? and it's benefits outweigh any disruption. Committed bedfc1a and pushed to 8.0.x. Thanks!