Issue #2509630 by andypost: Update doc-block for _node_mass_update_batch_finished
parent
68d4f0be10
commit
f682995667
|
@ -152,10 +152,12 @@ function _node_mass_update_batch_process(array $nodes, array $updates, $load, $r
|
||||||
* @param bool $success
|
* @param bool $success
|
||||||
* A boolean indicating whether the batch mass update operation successfully
|
* A boolean indicating whether the batch mass update operation successfully
|
||||||
* concluded.
|
* concluded.
|
||||||
* @param int $results
|
* @param string[] $results
|
||||||
* The number of nodes updated via the batch mode process.
|
* An array of rendered links to nodes updated via the batch mode process.
|
||||||
* @param array $operations
|
* @param array $operations
|
||||||
* An array of function calls (not used in this function).
|
* An array of function calls (not used in this function).
|
||||||
|
*
|
||||||
|
* @see _node_mass_update_batch_process()
|
||||||
*/
|
*/
|
||||||
function _node_mass_update_batch_finished($success, $results, $operations) {
|
function _node_mass_update_batch_finished($success, $results, $operations) {
|
||||||
if ($success) {
|
if ($success) {
|
||||||
|
|
Loading…
Reference in New Issue