You are here

function uc_product_actions_update_weight_action_form in Ubercart Product Actions 6

Same name and namespace in other branches
  1. 7 uc_product_actions.module \uc_product_actions_update_weight_action_form()

'Modify product weight' action.

See also

uc_product_actions_form_builder()

uc_product_actions_form_validator()

uc_product_actions_form_submitter()

uc_product_actions_action_executor()

File

./uc_product_actions.module, line 110

Code

function uc_product_actions_update_weight_action_form($context) {
  $form = uc_product_actions_form_builder('weight');
  return $form;
}