Problem/Motivation
Drupal core is switching from Annotations to Attributes. Feeds should also provide Attribute classes so that downstream modules can start converting.
Proposed resolution
First, just add Attribute support for all Feeds plugin types:
- FeedsFetcher
- FeedsParser
- FeedsFetcher
- FeedsProcessor
- FeedsSource
- FeedsCustomSource
- FeedsTarget
In follow-ups, convert annotations to attributes for each Feeds plugin type.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork feeds-3564248
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 #4
megachrizThis is scheduled to be merged!