- Merge request !210Patch from #6, with changes to EntityProcessorBase removed for now, to make... → (Open) created by megachriz
- 🇳🇱Netherlands megachriz
For backwards compatibility I have moved the new methods to a new interface called ValidatableItemInterface. Feeds Tamper can then check if the item implements that interface before trying to call the new methods. This way, Feeds can still be compatible with older Feeds versions.
Let's see if the test passes now.
- 🇳🇱Netherlands megachriz
I see that the new properties are also exported when calling
BaseItem::toArray()
, which I think we don't want. So these properties should not be exported. So that should get fixed, but perhaps before we do that it makes sense to finalize 🐛 Creation of dynamic property Drupal\feeds\Feeds\Item\SyndicationItem::$parent:fid is deprecated Needs work first, because in that issueBaseItem::toArray()
gets also changed. And I think that issue is good to go, just waiting a few more days for possible feedback on that one. - 🇳🇱Netherlands megachriz
This is now ready to be tested in combination with 🐛 Catch TamperException to prevent import from crashing Needs work for Feeds Tamper.