service commerce_payment.order_updater in Commerce Core 8.2
Class
Drupal\commerce_payment\PaymentOrderUpdaterTags
- 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
- class: Drupal\commerce_payment\PaymentOrderUpdater
- arguments:
- - '@entity_type.manager'
- tags:
- - { name: needs_destruction }