You are here

function commerce_registration_form_commerce_product_ui_product_form_alter in Commerce Registration 7.3

Implements hook_form_FORM_ID_alter().

File

./commerce_registration.module, line 366
Commerce Registration module code.

Code

function commerce_registration_form_commerce_product_ui_product_form_alter(&$form, &$form_state) {
  commerce_registration_modify_entity_registration_form($form, $form_state);
}