You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Hello,
As some hooks can be found in other files than .module using hook_hook_info() (https://git.drupalcode.org/project/drupal/blob/8.8.x/core/lib/Drupal/Core/Extension/module.api.php#L84) or hook_module_implements_alter() in some more fancy cases, do you think the WatchModulesHooksImplementationsActions could be improved to handle those cases?
Also maybe the LoadNewModuleFile will need to be reworked.