public function BatchGeneratorInterface::createBatch in User Merge 2.x
Performs an operation to several values in a batch.
1 method overrides BatchGeneratorInterface::createBatch()
- BatchGenerator::createBatch in src/
BatchGenerator.php - Performs an operation to several values in a batch.
File
- src/
BatchGeneratorInterface.php, line 17
Class
- BatchGeneratorInterface
- Interface BatchGeneratorInterface.
Namespace
Drupal\usermergeCode
public function createBatch() : void;