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

Created on 6 August 2023, over 1 year ago
Updated 12 November 2023, about 1 year 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 about 1 month ago

No maintainer
Created by

πŸ‡³πŸ‡ΏNew Zealand quietone

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

Comments & Activities

Production build 0.71.5 2024