You are here

function mollie_payment_payment_method_controller_info in Mollie Payment 7

Same name and namespace in other branches
  1. 7.2 mollie_payment.module \mollie_payment_payment_method_controller_info()

Implements hook_payment_method_controller_info().

File

./mollie_payment.module, line 73
Provides Mollie integration for the Payment platform.

Code

function mollie_payment_payment_method_controller_info() {
  return array(
    'MolliePaymentMethodController',
  );
}