Closed (fixed)
Project:
Domain Path
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2025 at 12:45 UTC
Updated:
13 Jan 2026 at 09:24 UTC
Jump to comment: Most recent
Drupal Core has a new API for form validation using #config_target, see https://www.drupal.org/node/3373502
Update \Drupal\domain_path\Form\DomainPathSettingsForm to use #config_target
None
None
None
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.