function CALLBACK_commerce_payment_method_settings_form in Commerce Core 7
Payment method callback; return the settings form for a payment method.
Parameters
$settings: An array of the current settings.
Return value
A form snippet.
Related topics
File
- modules/
payment/ commerce_payment.api.php, line 193 - Hooks provided by the Payment module.
Code
function CALLBACK_commerce_payment_method_settings_form($settings = NULL) {
// No example.
}