There doesn't seem to be anywhere that explains where $results come from.

It's implied here:

    // Store some result for post-processing in the finished callback.
    $context['results'][] = $node->nid . ' : ' . check_plain($node->title) . ' ' . $operation_details;

but should really be documented and clearly explained.

(Same goes for http://drupal.org/node/180528)

Comments

mile23’s picture

Version: 8.x-1.x-dev » 7.x-1.x-dev
Status: Active » Postponed

Is this really an 8.x issue?

ayesh’s picture

Status: Postponed » Closed (fixed)

It's fixed in this commit.