Automattic\WooCommerce\Database\Migrations

TableMigrator::process_migration_batch_for_ids_core()protectedWC 1.0

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.

Метод класса: TableMigrator{}

Хуков нет.

Возвращает

null. Ничего.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->process_migration_batch_for_ids_core( $entity_ids ): void;
$entity_ids(массив) (обязательный)
Order ids to migrate.

Код TableMigrator::process_migration_batch_for_ids_core() WC 7.7.0

abstract protected function process_migration_batch_for_ids_core( array $entity_ids ): void;