You are here

constant ProfileBilling::JOIN_COUNTRY in Commerce Migrate 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/ubercart/src/Plugin/migrate/source/ProfileBilling.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\source\ProfileBilling::JOIN_COUNTRY
  2. 3.1.x modules/ubercart/src/Plugin/migrate/source/ProfileBilling.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\source\ProfileBilling::JOIN_COUNTRY

The join options between the uc_orders and uc_countries table.

File

modules/ubercart/src/Plugin/migrate/source/ProfileBilling.php, line 21

Class

ProfileBilling
Ubercart billing profile source.

Namespace

Drupal\commerce_migrate_ubercart\Plugin\migrate\source

Code

const JOIN_COUNTRY = 'uc.country_id = uo.billing_country';