Problem/Motivation
Drupal Core has a new API for form validation using #config_target, see https://www.drupal.org/node/3373502
Proposed resolution
Update \Drupal\domain_path\Form\DomainPathSettingsForm to use #config_target
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork domain_path-3565027
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request updates \Drupal\domain_path\Form\DomainPathSettingsForm to use #config_target
Note it includes a database update to rewrite the entity_type setting:
Before:
After:
Comment #6
mably commentedThat's some great work, thanks @idebr! Merged.