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

Command icon 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

nicxvan created an issue. See original summary.

nicxvan’s picture

Status: Active » Needs review
catch’s picture

Status: Needs review » Reviewed & tested by the community

This looks great, will save some space in APCu.

longwave’s picture

Version: main » 11.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed c9a981a1ac9 to main and 9c4defda1fa to 11.x. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • longwave committed 9c4defda on 11.x
    task: #3588453 Drop unnecessary theme_preprocess_for_suggestions from...

  • longwave committed c9a981a1 on main
    task: #3588453 Drop unnecessary theme_preprocess_for_suggestions from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.