Problem/Motivation

The @deprecated comment in module_exists() has a typo: $hook instead of $module in module_exists()

Proposed resolution

Simple fix of $hook to $module in the doxygen

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Follow-up to #1957154: Replace calls to drupal_container()->get('module_handler') service with Drupal::moduleHandler()

CommentFileSizeAuthor
#1 2056893-1.patch533 bytespwolanin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pwolanin’s picture

Status: Active » Reviewed & tested by the community
FileSize
533 bytes

trivial doc patch

webchick’s picture

Component: base system » documentation
Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.