Convert enable/disable to install/uninstall in hook_help()

Created on 6 August 2023, 11 months ago
Updated 12 November 2023, 7 months ago

Problem/Motivation

Enable and disable is used for modules in hook_help instead of install and uninstall.

Steps to reproduce

I used this to find .module files to check.
find core -not -path "*/tests/*" -iname \*\.module -print0 | xargs -0 grep -iE "enabl|disabl" | awk -F: '{print $1}' | sort -u | nl

Proposed resolution

Convert enable/disable to install/uninstall in hook_help(0 functions.

Remaining tasks

Review
Commit

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
UI textΒ  β†’

Last updated 3 days ago

No maintainer
Created by

πŸ‡³πŸ‡ΏNew Zealand quietone New Zealand

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024