You are here

function uc_dropdown_test_form_uc_order_create_form_alter in Dropdown Attributes 8

Implements hook_form_FORM_ID_alter() for uc_order_create_form().

File

uc_dropdown_test/uc_dropdown_test.module, line 92
A module used for testing uc_dropdown_attributes functionality.

Code

function uc_dropdown_test_form_uc_order_create_form_alter(&$form, $form_state) {
  $form['#attached']['library'][] = 'uc_dropdown_test/drupal.uc_dropdown_order_create';
}