batch_set

Related topics

Namesort iconDescription
Batch operationsFunctions allowing forms processing to be spread out over several page requests, thus ensuring that the processing does not get interrupted because of a PHP timeout, while allowing the user to receive feedback on the progress of the ongoing operations.

Functions that call batch_set()

Namesort iconLocationDescription
batch_setincludes/form.incOpen a new batch.
install_tasksinstall.phpTasks performed after the database is initialized.
locale_languages_predefined_form_submitincludes/locale.incProcess the language addition form submission.
locale_system_updatemodules/locale/locale.moduleImports translations when new modules or themes are installed or enabled.
node_access_rebuildmodules/node/node.moduleRebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_mass_updatemodules/node/node.admin.incMake mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates.

Functions called by batch_set()

Namesort iconLocationDescription
batch_setincludes/form.incOpen a new batch.
get_tincludes/bootstrap.incReturn the name of the localisation function. Use in code that needs to run both during installation and normal operation.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.