You are here

public static function PathautoBulkUpdateForm::batchStart in Pathauto 8

Batch callback; initialize the number of updated aliases.

File

src/Form/PathautoBulkUpdateForm.php, line 146

Class

PathautoBulkUpdateForm
Configure file system settings for this site.

Namespace

Drupal\pathauto\Form

Code

public static function batchStart(&$context) {
  $context['results']['updates'] = 0;
}