constant Profile::JOIN in Commerce Migrate 8.2
Same name and namespace in other branches
- 3.1.x modules/commerce/src/Plugin/migrate/source/commerce1/Profile.php \Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1\Profile::JOIN
- 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\commerce1Code
const JOIN = 'cp.revision_id = cpr.revision_id';