Automattic\WooCommerce\Database\Migrations
TableMigrator::process_migration_batch_for_ids_core()
Deprecated from version 8.0.0. It is no longer supported and can be removed in future releases. Use
`fetch_sanitized_migration_data` and `process_migration_data`
instead.The core method that actually performs the migration for the supplied batch of order ids. It doesn't need to deal with database errors nor with exceptions.
Method of the class: TableMigrator{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->process_migration_batch_for_ids_core( $entity_ids ): void;
- $entity_ids(array) (required)
- Order ids to migrate.
Changelog
Deprecated since 8.0.0 | Use fetch_sanitized_migration_data and process_migration_data instead. |
TableMigrator::process_migration_batch_for_ids_core() TableMigrator::process migration batch for ids core code WC 9.7.1
abstract protected function process_migration_batch_for_ids_core( array $entity_ids ): void;