Problem/Motivation

ThemeHookCollectorPass checks for skip_procedural_hook_scan to skip scanning, but it's cleaned up in HookCollectorPass first.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3555152

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
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Seems pretty straight forward.

  • catch committed ba3a99e2 on 11.x
    fix: #3555152 Move skip_procedural_hook_scan cleanup to...

  • catch committed 72eb261d on 11.3.x
    fix: #3555152 Move skip_procedural_hook_scan cleanup to...
catch’s picture

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

Committed/pushed to 11.x and cherry-picked to 11.3.x, thanks!

There is possibly some kind of way to test this, but the consequences of it not being correct are very minimal, and the code is temporary, so I think this is fine as-is.

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.

Status: Fixed » Closed (fixed)

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