You are here

service plugin.manager.payment.status in Payment 8.2

Class

Drupal\payment\Plugin\Payment\Status\PaymentStatusManager

Tags

  • plugin_manager_cache_clear
14 string references to plugin.manager.payment.status
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
ListPaymentStatuses::create in src/Controller/ListPaymentStatuses.php
Instantiates a new instance of this class.
ListPaymentStatusesTest::testCreate in tests/src/Unit/Controller/ListPaymentStatusesTest.php
@covers ::create @covers ::__construct

... See full list

File

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

View source
  1. class: Drupal\payment\Plugin\Payment\Status\PaymentStatusManager
  2. arguments:
  3. - '@cache.discovery'
  4. - '@module_handler'
  5. - '@class_resolver'
  6. - '@string_translation'
  7. tags:
  8. - { name: plugin_manager_cache_clear }