public function CommerceCustomerProfileReference::processFieldValues in Commerce Migrate 3.1.x
Same name and namespace in other branches
- 8.2 modules/commerce/src/Plugin/migrate/field/commerce1/CommerceCustomerProfileReference.php \Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1\CommerceCustomerProfileReference::processFieldValues()
- 3.0.x modules/commerce/src/Plugin/migrate/field/commerce1/CommerceCustomerProfileReference.php \Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1\CommerceCustomerProfileReference::processFieldValues()
File
- modules/
commerce/ src/ Plugin/ migrate/ field/ commerce1/ CommerceCustomerProfileReference.php, line 38
Class
- CommerceCustomerProfileReference
- Field migration for the Customer Profile Reference field.
Namespace
Drupal\commerce_migrate_commerce\Plugin\migrate\field\commerce1Code
public function processFieldValues(MigrationInterface $migration, $field_name, $data) {
$this
->defineValueProcessPipeline($migration, $field_name, $data);
}