You are here

service commerce_payment.order_updater in Commerce Core 8.2

Class

Drupal\commerce_payment\PaymentOrderUpdater

Tags

  • needs_destruction
3 string references to commerce_payment.order_updater
Payment::postDelete in modules/payment/src/Entity/Payment.php
Acts on deleted entities before the delete hook is invoked.
Payment::postSave in modules/payment/src/Entity/Payment.php
Acts on a saved entity before the insert or update hook is invoked.
PaymentOrderUpdaterTest::setUp in modules/payment/tests/src/Kernel/PaymentOrderUpdaterTest.php

File

modules/payment/commerce_payment.services.yml
modules/payment/commerce_payment.services.yml

View source
  1. class: Drupal\commerce_payment\PaymentOrderUpdater
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: needs_destruction }