_node_mass_update_batch_finished

function _node_mass_update_batch_finished

_node_mass_update_batch_finished($success, $results, $operations)

Implements callback_batch_finished().

Reports the status of batch operation for node_mass_update().

Parameters

bool $success: A boolean indicating whether the batch mass update operation successfully concluded.

int $results: The number of nodes updated via the batch mode process.

array $operations: An array of function calls (not used in this function).

登录查看完整内容