function mollie_payment_payment_method_controller_info in Mollie Payment 7.2
Same name and namespace in other branches
- 7 mollie_payment.module \mollie_payment_payment_method_controller_info()
Implements hook_payment_method_controller_info().
File
- ./
mollie_payment.module, line 213 - Provides Mollie integration for the Payment platform.
Code
function mollie_payment_payment_method_controller_info() {
return array(
'MolliePaymentMethodController',
);
}