user_register_form Valider #2439

This commit is contained in:
2023-11-28 15:16:07 +01:00
parent 5ab09ec579
commit 9aab063340
3 changed files with 17 additions and 0 deletions
+11
View File
@@ -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";
}