You are here

service payment.event_dispatcher in Payment 8.2

Class

Drupal\payment\EventDispatcherCollection

Tags

  • service_collector
14 string references to payment.event_dispatcher
Basic::create in src/Plugin/Payment/Method/Basic.php
Creates an instance of the plugin.
BasicTest::testCreate in tests/src/Unit/Plugin/Payment/Method/BasicTest.php
@covers ::create @covers ::__construct
DatabaseQueueWebTest::setUp in tests/src/Kernel/DatabaseQueueWebTest.php
Payment::setPaymentStatus in src/Entity/Payment.php
Sets a status.
PaymentForm::create in modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php
Creates an instance of the plugin.

... See full list

File

./payment.services.yml
payment.services.yml

View source
  1. class: Drupal\payment\EventDispatcherCollection
  2. tags:
  3. - { name: service_collector, tag: payment.event_dispatcher, call: addEventDispatcher }