You are here

constant ProfileBilling::JOIN_ZONE 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_ZONE
  2. 3.1.x modules/ubercart/src/Plugin/migrate/source/ProfileBilling.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\source\ProfileBilling::JOIN_ZONE

The join options between the uc_orders and uc_zones table.

File

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

Class

ProfileBilling
Ubercart billing profile source.

Namespace

Drupal\commerce_migrate_ubercart\Plugin\migrate\source

Code

const JOIN_ZONE = 'uz.zone_id = uo.billing_zone';