You are here

function domain_registration_form_user_register_form_alter in Restrict Domain Registration 8

Same name and namespace in other branches
  1. 7 domain_registration.module \domain_registration_form_user_register_form_alter()

Implements hook_form_form_id_form_alter().

File

./domain_registration.module, line 14
Domain Registration module file.

Code

function domain_registration_form_user_register_form_alter(&$form, &$form_state, $form_id) {
  $form['#validate'][] = 'domain_registration_user_register_validate';
}