service plugin.manager.payment.method in Payment 8.2
Class
Drupal\payment\Plugin\Payment\Method\PaymentMethodManagerTags
- 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.
File
View source
- class: Drupal\payment\Plugin\Payment\Method\PaymentMethodManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@class_resolver'
- tags:
- - { name: plugin_manager_cache_clear }