Issue #2342023 by rpayanm, Matt V.: documentation references hook_disable and hook_modules_disabled, but they've been removed

8.0.x
Nathaniel Catchpole 2014-11-27 16:12:41 +00:00
parent 09b562deed
commit ec465933bb
1 changed files with 0 additions and 2 deletions

View File

@ -196,7 +196,6 @@ function hook_module_preuninstall($module) {
* An array of the modules that were uninstalled.
*
* @see hook_uninstall()
* @see hook_modules_disabled()
*/
function hook_modules_uninstalled($modules) {
if (in_array('lousy_module', $modules)) {
@ -222,7 +221,6 @@ function hook_modules_uninstalled($modules) {
*
* @see hook_install()
* @see hook_schema()
* @see hook_disable()
* @see hook_modules_uninstalled()
*/
function hook_uninstall() {