Active
Project:
Drupal core
Version:
main
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2025 at 19:50 UTC
Updated:
21 Sep 2026 at 21:51 UTC
Jump to comment: Most recent
In #3123491-31: make it easier to instantiate ConfigImporter and the comments after it, @alexpott said:
I wish \Drupal\Core\Config\StorageComparerInterface did not exist. Perhaps we can move all the docs to the StorageComparer and change the typehint on \Drupal\Core\Config\ConfigImporter::__construct() to StorageComparer|StorageComparerInterface and deprecate the interface.
That makes sense. There's no good reason for the storage comparer to have an interface. Let's deprecate it with no replacement!
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 #5
joachim commentedDuplicate of #3410037: Deprecate StorageComparerInterface.