Problem/Motivation
HookCollectorKeyValueWritePass writes values to keyvalue late in order to allow swapping or modifying the keyvalue service.
We merge the necessary data, but we're still storing theme_preprocess_for_suggestions after the merge which we don't need long term.
Steps to reproduce
Compile container
Review keyvalue store for theme_preprocess_for_suggestions
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3588453
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
nicxvan commentedComment #4
catchThis looks great, will save some space in APCu.
Comment #5
longwaveCommitted and pushed c9a981a1ac9 to main and 9c4defda1fa to 11.x. Thanks!