public static function RulesDataUIShippingSettings::render in Commerce Shipping 7
Render the configured value.
Return value
array A renderable array.
Overrides RulesDataDirectInputFormInterface::render
File
- ./
commerce_shipping.rules.inc, line 166 - Rules integration for shipping.
Class
- RulesDataUIShippingSettings
- Adds a shipping method settings form to the enabling action.
Code
public static function render($value) {
return array();
}