Problem/Motivation
_help_search_update is only used by a couple of hook methods
Move it to HelpHooks as a protected method
Steps to reproduce
N/A
Proposed resolution
Move to protected method
Combine the themes installed and themes uninstalled hook since they are identical
Remaining tasks
Create follow up to remove plugin cache clearer from themes installed and uninstalled, we now do that on all theme install and uninstall
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3567616
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:
- 3567616-move-helpsearchupdate-to
changes, plain diff MR !14348
Comments
Comment #2
nicxvan commentedComment #4
nicxvan commentedComment #5
dcam commentedLooks ok to me. I installed the MR. The search index is still updated when installing and uninstalling.
Comment #10
larowlanCommited to main and backported to 11.x