ConfigImporterBatch
class ConfigImporterBatch (View source)
Methods for running the ConfigImporter in a batch.
Methods
static
process(ConfigImporter $config_importer, string $sync_step, array $context)
Processes the config import batch and persists the importer.
static
finish(bool $success, array $results, array $operations)
Finish batch.
Details
static
process(ConfigImporter $config_importer, string $sync_step, array $context)
Processes the config import batch and persists the importer.
static
finish(bool $success, array $results, array $operations)
Finish batch.
This function is a static function to avoid serializing the ConfigSync object unnecessarily.