You are here

function paymentmethodbasic_payment_method_controller_info in Payment 7

Implements hook_payment_method_controller_info().

File

modules/paymentmethodbasic/paymentmethodbasic.module, line 11
Hook implementations and shared functions.

Code

function paymentmethodbasic_payment_method_controller_info() {
  return array(
    'PaymentMethodBasicController',
  );
}