You are here

function _contact_storage_export_finish_batch in Contact Storage Export 8

Finish callback for the batch created in the export form.

1 string reference to '_contact_storage_export_finish_batch'
ContactStorageExportForm::submitForm in src/Form/ContactStorageExportForm.php
Form submission handler.

File

./contact_storage_export.module, line 54
Contains contact_storage_export.module..

Code

function _contact_storage_export_finish_batch($success, $results, $operations) {
  return ContactStorageExportBatches::finishBatch($success, $results, $operations);
}