Add validation to verify email form.
5 unresolved threads
5 unresolved threads
Compare changes
+ 20
− 11
@@ -4,15 +4,29 @@
@@ -31,7 +45,7 @@ public function buildForm(array $form, FormStateInterface $form_state, VerifyEma
@@ -52,16 +66,11 @@ public function buildForm(array $form, FormStateInterface $form_state, VerifyEma
As far as I know, constructor comments are no longer required. I think this can be deleted.