You are here

public function PaymentOrderUpdater::__construct in Commerce Core 8.2

Constructs a new PaymentOrderUpdater object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

modules/payment/src/PaymentOrderUpdater.php, line 32

Class

PaymentOrderUpdater

Namespace

Drupal\commerce_payment

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}