Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 298144

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

$
0
0

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


Viewing all articles
Browse latest Browse all 298144

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>