protected property CommercePayment::$entityTypeManager in Commerce Migrate 8.2
Same name and namespace in other branches
- 3.1.x modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\destination\CommercePayment::entityTypeManager
- 3.0.x modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\destination\CommercePayment::entityTypeManager
The entity type manager, used to fetch entity link templates.
Type: \Drupal\Core\Entity\EntityTypeManagerInterface
File
- modules/
ubercart/ src/ Plugin/ migrate/ destination/ CommercePayment.php, line 29
Class
- CommercePayment
- Commerce payment destination for Ubercart.
Namespace
Drupal\commerce_migrate_ubercart\Plugin\migrate\destinationCode
protected $entityTypeManager;