Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork orange_dam-3390295
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
apotek commentedHere are usages of getContentItem() in the module:
Based on this, do we want to rename getContentItem() to queueContentItem() or keep it as is and create a new function called retrieveContentItem() :p that we call from within getContentItem()?
Comment #4
adamzimmermann commentedI went with this approach:
I named it slightly different though.
Comment #5
apotek commentedI have tested this change in my latest development work and getting good results.
Comment #7
adamzimmermann commented