- Issue created by @dww
See discussion at
#2869592-41: Disabled update module shouldn't produce a status report warning β
for a description of some of the problems of the current way this module is implemented. However, since
#309040: Add hook_requirements_alter() β
was committed to core (available in 9.5.0 and later), there's now a clean and simple way to achieve the desired effect here, use hook_requirements_alter()
.
Create a 2.0.x branch with the whole new (much simplified) way to silence the warning about not having core's update.module installed using hook_requirements_alter()
Active
1.3
Code