public static function Payment::methodConfigurationManager in Payment 8.2
Returns the payment method configuration manager.
Return value
\Drupal\payment\Plugin\Payment\MethodConfiguration\PaymentMethodConfigurationManagerInterface
1 call to Payment::methodConfigurationManager()
- PaymentTest::testMethodConfigurationManager in tests/
src/ Unit/ PaymentTest.php - @covers ::methodConfigurationManager
File
- src/
Payment.php, line 24
Class
- Payment
- Provides wrappers for services.
Namespace
Drupal\paymentCode
public static function methodConfigurationManager() {
return \Drupal::service('plugin.manager.payment.method_configuration');
}