Problem/Motivation

When calling OrangeDamMigrationDataManager::processDeletionQueue it is not possible to get the count of processed items back, even though the function does track the number of items deleted.

Solution is to return the $processed counter, allowing implementors to use that value.

Issue fork orange_dam-3373277

Command icon 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

apotek created an issue. See original summary.

apotek’s picture

Status: Active » Needs review
skdrupal88’s picture

Status: Needs review » Reviewed & tested by the community

Thanks Kristofer, reviewed and approved.

  • apotek committed 6f4e28fc on 1.x
    Issue #3373277: Return number of items deleted when processing the...
apotek’s picture

Status: Reviewed & tested by the community » Fixed
apotek’s picture

Status: Fixed » Closed (fixed)