You are here

protected property OrderReceiptSubscriber::$entityTypeManager in Commerce Core 8.2

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/order/src/EventSubscriber/OrderReceiptSubscriber.php, line 20

Class

OrderReceiptSubscriber
Sends a receipt email when an order is placed.

Namespace

Drupal\commerce_order\EventSubscriber

Code

protected $entityTypeManager;