Spin-off issue from #3209655: Integration with feeds custom source UI
Problem/Motivation
There's a ParserBase class in Feeds, but Feeds Extensible Parsers is not extending that class. If Feeds Extensible Parsers wants to make use of the changes made in #2938505: Add UI for editing and removing custom (CSV) sources, it needs to extend that class.
So let's make \Drupal\feeds_ex\Feeds\Parser\ParserBase extend \Drupal\feeds\Feeds\Parser\ParserBase.
Issue fork feeds_ex-3222436
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
megachrizComment #5
megachrizMerged!