function pathauto_entity_bulk_update_batch_finished in Pathauto Entity 7
Batch finished callback.
Added here only because it needs to be in the same file as main pathauto_entity_bulk_update_batch_process().
See also
pathauto_entity_bulk_update_form_submit()
1 string reference to 'pathauto_entity_bulk_update_batch_finished'
- pathauto_entity_bulk_update_form_submit in includes/
pathauto_entity.admin.inc - Form submit handler for path alias bulk update form.
File
- includes/
pathauto_entity.batch.inc, line 108 - Pathauto Entity batch callback implementations.
Code
function pathauto_entity_bulk_update_batch_finished($success, $results, $operations) {
module_load_include('inc', 'pathauto', 'pathauto.admin');
pathauto_bulk_update_batch_finished($success, $results, $operations);
}