Updated: Comment #0
Problem/Motivation
We are using aggregator_load_feed_items() in OO code, we should be able to just inject the controller and use a method on that. We can retain the procedural wrapper and mark it as deprecated.
Proposed resolution
Add new loadFeedItems() method to the ItemStorageController and interface, mark the procedural function as deprecated
Remaining tasks
Patch
Review
User interface changes
None
API changes
None
Related Issues
#1974394: Convert aggregator_page_category() to a Controller