By drunken monkey on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x
Introduced in version:
8.x-1.40
Issue links:
Description:
The \Drupal\search_api\IndexBatchHelper class has been deprecated. Use the new search_api.indexing_batch_helper service instead.
Old code
$batch = IndexBatchHelper::create($index);
New code
$batch = \Drupal::service('search_api.indexing_batch_helper')->createBatch($index);
Impacts:
Module developers