constant ProfileRevision::JOIN in Commerce Migrate 8.2
Same name and namespace in other branches
- 3.1.x modules/commerce/src/Plugin/migrate/source/commerce1/ProfileRevision.php \Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1\ProfileRevision::JOIN
- 3.0.x modules/commerce/src/Plugin/migrate/source/commerce1/ProfileRevision.php \Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1\ProfileRevision::JOIN
The join options between commerce_customer_profile and its revision table.
Overrides Profile::JOIN
File
- modules/
commerce/ src/ Plugin/ migrate/ source/ commerce1/ ProfileRevision.php, line 18
Class
- ProfileRevision
- Drupal 7 commerce_customer_profile_revision source from database.
Namespace
Drupal\commerce_migrate_commerce\Plugin\migrate\source\commerce1Code
const JOIN = 'cp.profile_id = cpr.profile_id AND cp.revision_id <> cpr.revision_id';