- Issue created by @trackleft2
- Merge request !73Draft: Closes #3483905 Use new configformbase feature for managing config β (Open) created by trackleft2
As of Drupal Core 10.2 [#3373502] our modules no longer need to maintain form validation for simple config.
Nor do we need to maintain a submit handler,
This means that if we move validation up a level into the config schema, configuration updated via a drush (bypassing the form) must also be valid.
View: https://git.drupalcode.org/project/environment_indicator/-/blob/4.x/conf...
View: https://git.drupalcode.org/project/environment_indicator/-/blob/4.x/src/...
Use the new features available in Drupal 10.2.x and above.
Active
4.0
Code