Closed (fixed)
Project:
Examples for Developers
Version:
7.x-1.x-dev
Component:
Batch Example
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2012 at 17:02 UTC
Updated:
10 Jul 2013 at 23:42 UTC
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
Comment #1
mile23Is this really an 8.x issue?
Comment #2
ayesh commentedIt's fixed in this commit.