You are here

service plugin.manager.payment.type in Payment 8.2

Class

Drupal\payment\Plugin\Payment\Type\PaymentTypeManager

Tags

  • plugin_manager_cache_clear
9 string references to plugin.manager.payment.type
ConfigurePaymentType::create in src/Controller/ConfigurePaymentType.php
Instantiates a new instance of this class.
ConfigurePaymentTypeTest::testCreate in tests/src/Unit/Controller/ConfigurePaymentTypeTest.php
@covers ::create @covers ::__construct
ListPaymentTypes::create in src/Controller/ListPaymentTypes.php
Instantiates a new instance of this class.
ListPaymentTypesTest::testCreate in tests/src/Unit/Controller/ListPaymentTypesTest.php
@covers ::create @covers ::__construct
Payment::typeManager in src/Payment.php
Returns the payment type manager.

... See full list

File

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

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