public static function RulesDataUIPaymentSettings::render in Commerce Core 7
Render the configured value.
Return value
array A renderable array.
Overrides RulesDataDirectInputFormInterface::render
File
- modules/
payment/ commerce_payment.rules.inc, line 322 - Rules integration for payments.
Class
- RulesDataUIPaymentSettings
- Adds a payment method settings form to the enabling action.
Code
public static function render($value) {
return array();
}