You are here

protected property OrderNumberSubscriber::$entityTypeManager in Commerce Core 8.2

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/order/src/EventSubscriber/OrderNumberSubscriber.php, line 25

Class

OrderNumberSubscriber
Generates the order number for placed orders.

Namespace

Drupal\commerce_order\EventSubscriber

Code

protected $entityTypeManager;