15 calls to batch_set()
Search API
- admin.groups.inc in modules/
admin/ admin.groups.inc - admin.module in modules/
admin/ admin.module - The administrative configurations for FlightPath.
- admin_apply_draft_changes_form_submit in modules/
admin/ admin.module - We are going to set up a batch operation for apply draft changes, to reduce the chance of it timing out with large amounts of data.
- admin_duplicate_year_form_submit in modules/
admin/ admin.module - This function will set up a batch operation so we can duplicate an entire year with less chance of time or memory running out.
- admin_process_all_definitions_form_submit in modules/
admin/ admin.groups.inc - Actually perform the refreshing of definitions.
- batch.test.inc in modules/
batch/ batch.test.inc - This file contains functionality for testing out Batch's processing with a sample form which performs some arbitrary actions.
- batch_test_form_submit in modules/
batch/ batch.test.inc - engagements.module in modules/
engagements/ engagements.module - This is the primary module file for the engagements module.
- engagements_mass_sms_form_submit in modules/
engagements/ engagements.module - Our submit function. Our main task is simply to set off a batch routine.
- reports.activity-audit.inc in modules/
stats/ reports.activity-audit.inc - reports.major-students-progress.inc in modules/
stats/ reports.major-students-progress.inc - This file handles the more complicated Major Students Progress csv export report, since it is part of a batch process.
- stats_report_activity_audit_form_submit in modules/
stats/ reports.activity-audit.inc - stats_report_major_students_progress_form_submit in modules/
stats/ reports.major-students-progress.inc - Our submit handler. We will be setting up a new batch process.
- system.module in modules/
system/ system.module - system_confirm_db_updates_form_submit in modules/
system/ system.module - Perform the actual hook_update calls here, send the user to a completed page.
