You are here

function _contact_storage_export_process_batch in Contact Storage Export 8

Process callback for the batch created in the export form.

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

File

./contact_storage_export.module, line 47
Contains contact_storage_export.module..

Code

function _contact_storage_export_process_batch($settings, &$context) {
  ContactStorageExportBatches::processBatch($settings, $context);
}