user_register_form Valider #2439
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Primary module hooks for reha module.
|
||||
*/
|
||||
|
||||
|
||||
function reha_mod_form_user_register_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
|
||||
$form['actions']['submit']['#value'] = "valider";
|
||||
}
|
||||
Reference in New Issue
Block a user