You are here

function userpoints_default_form_transaction_userpoints_default_points_add_form_alter in User Points 8

Implements hook_form_FORM_ID_alter().

File

modules/default/userpoints_default.module, line 8

Code

function userpoints_default_form_transaction_userpoints_default_points_add_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  $form['actions']['submit']['#submit'][] = '_userpoints_default_form_transaction_userpoints_default_points_add_form_alter';
}