You are here

constant BillingProfile::JOIN in Commerce Migrate 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/commerce/src/Plugin/migrate/source/commerce1/BillingProfile.php \Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1\BillingProfile::JOIN
  2. 3.1.x modules/commerce/src/Plugin/migrate/source/commerce1/BillingProfile.php \Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1\BillingProfile::JOIN

The join options between the node and the node_revisions table.

File

modules/commerce/src/Plugin/migrate/source/commerce1/BillingProfile.php, line 21

Class

BillingProfile
Gets Commerce 1 commerce_customer_profile source from database.

Namespace

Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1

Code

const JOIN = 'cp.revision_id = cpr.revision_id';