You are here

protected property OrderPaymentIntentSubscriber::$entityTypeManager in Commerce Stripe 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/EventSubscriber/OrderPaymentIntentSubscriber.php, line 32

Class

OrderPaymentIntentSubscriber
Subscribes to order events to syncronize orders with their payment intents.

Namespace

Drupal\commerce_stripe\EventSubscriber

Code

protected $entityTypeManager;