public static function PathautoAdminDelete::batchStart in Pathauto 8
Batch callback; record if aliases of all types must be deleted.
File
- src/
Form/ PathautoAdminDelete.php, line 161
Class
- PathautoAdminDelete
- Alias mass delete form.
Namespace
Drupal\pathauto\FormCode
public static function batchStart($delete_all, &$context) {
$context['results']['delete_all'] = $delete_all;
$context['results']['deletions'] = [];
}