11 string references to plugin.manager.payment.method in Payment 8.2
- 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.
- PaymentFormConfigurationFormTest::testCreate in modules/
payment_form/ tests/ src/ Unit/ Plugin/ Payment/ Type/ PaymentFormConfigurationFormTest.php - @covers ::create @covers ::__construct
- PaymentMethodLabel::create in src/
Plugin/ views/ field/ PaymentMethodLabel.php - Creates an instance of the plugin.
- PaymentMethodLabelTest::testCreate in tests/
src/ Unit/ Plugin/ views/ field/ PaymentMethodLabelTest.php - @covers ::create @covers ::__construct
- PaymentReferenceConfigurationForm::create in modules/
payment_reference/ src/ Plugin/ Payment/ Type/ PaymentReferenceConfigurationForm.php - Instantiates a new instance of this class.
- PaymentReferenceConfigurationFormTest::testCreate in modules/
payment_reference/ tests/ src/ Unit/ Plugin/ Payment/ Type/ PaymentReferenceConfigurationFormTest.php - @covers ::create @covers ::__construct
- PaymentTest::testMethodManager in tests/
src/ Unit/ PaymentTest.php - @covers ::methodManager