You are here

constant Profile::JOIN in Commerce Migrate 8.2

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

The join options between commerce_customer_profile and its revision table.

File

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

Class

Profile
Drupal 7 commerce_customer_profile source from database.

Namespace

Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1

Code

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