You are here

service plugin.manager.payment.method in Payment 8.2

Class

Drupal\payment\Plugin\Payment\Method\PaymentMethodManager

Tags

  • plugin_manager_cache_clear
11 string references to plugin.manager.payment.method
DatabaseQueueWebTest::setUp in tests/src/Kernel/DatabaseQueueWebTest.php
ListPaymentMethods::create in src/Controller/ListPaymentMethods.php
Instantiates a new instance of this class.
ListPaymentMethodsTest::testCreate in tests/src/Unit/Controller/ListPaymentMethodsTest.php
@covers ::create @covers ::__construct
Payment::methodManager in src/Payment.php
Returns the payment method manager.
PaymentFormConfigurationForm::create in modules/payment_form/src/Plugin/Payment/Type/PaymentFormConfigurationForm.php
Instantiates a new instance of this class.

... See full list

File

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

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