interface BatchGeneratorInterface in User Merge 2.x
Interface BatchGeneratorInterface.
Helper which allows to generate batch process responsible for the user merge.
@package Drupal\usermerge
Hierarchy
- interface \Drupal\usermerge\BatchGeneratorInterface
Expanded class hierarchy of BatchGeneratorInterface
All classes that implement BatchGeneratorInterface
2 files declare their use of BatchGeneratorInterface
- MultiStepFormBase.php in src/
Form/ MultiStepFormBase.php - PickAccountsForm.php in src/
Form/ PickAccountsForm.php
File
- src/
BatchGeneratorInterface.php, line 12
Namespace
Drupal\usermergeView source
interface BatchGeneratorInterface {
/**
* Performs an operation to several values in a batch.
*/
public function createBatch() : void;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BatchGeneratorInterface:: |
public | function | Performs an operation to several values in a batch. | 1 |