You are here

protected property CommercePayment::$entityTypeManager in Commerce Migrate 3.1.x

Same name and namespace in other branches
  1. 8.2 modules/ubercart/src/Plugin/migrate/destination/CommercePayment.php \Drupal\commerce_migrate_ubercart\Plugin\migrate\destination\CommercePayment::entityTypeManager
  2. 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\destination

Code

protected $entityTypeManager;