Coming from #2469219: Remove the Generic Entity Processor it's too easy to get into a circular dependency trying to get plugin definitions from a plugin.
This fixes that. Should be backwards compatible since no one should be overriding FeedsPlugin::__construct().instance
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | feeds-FeedsPlugin-pass-definition-2497507-6.patch | 2.05 KB | twistor |
| #5 | feeds-FeedsPlugin-pass-definition-2497507-5.patch | 1.66 KB | twistor |
| #1 | feeds-FeedsPlugin-pass-definition-2497507-1.patch | 3.15 KB | twistor |
Comments
Comment #1
twistor commentedComment #2
twistor commentedComment #4
twistor commentedComment #5
twistor commentedOk, overriding the constructor isn't a good idea.
Comment #6
twistor commentedFound another circular dependency in FeedsEntityProcessor.
Comment #8
twistor commented