Issue #3037446: Forms with required fields marked by asterisk do not have text explaining what the asterisk means
3 unresolved threads
Compare changes
Files
4@@ -18,6 +18,7 @@
@@ -277,6 +278,7 @@ public function buildForm($form_arg, FormStateInterface &$form_state) {
@@ -638,6 +640,68 @@ public function processForm($form_id, &$form, FormStateInterface &$form_state) {
- Stephen Mustgrave @smustgraveDeveloperSuggested change
692 public function isComplexElement($type) { 692 public function isComplexElement(string $type): bool {