You are here

function pathauto_entity_bulk_update_batch_start in Pathauto Entity 7

Batch callback; count the current number of URL aliases for comparison later.

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_start'
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 16
Pathauto Entity batch callback implementations.

Code

function pathauto_entity_bulk_update_batch_start(&$context) {
  module_load_include('inc', 'pathauto', 'pathauto.admin');
  pathauto_bulk_update_batch_start($context);
}