Fix incorrect Implements hook_*_* docblock in rest module.

  1. Find all the docblock those are in format of Implements hook_*_* with command: grep -rn 'Implements hook_.*_.*\(\).' core/modules/rest
  2. Fix each docblock which is not mentioning a valid hook.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

msankhala created an issue. See original summary.

msankhala’s picture

msankhala’s picture

Status: Active » Needs review
joachim’s picture

Status: Needs review » Reviewed & tested by the community
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 213b2a5 and pushed to 8.7.x. Thanks!

  • catch committed 213b2a5 on 8.7.x
    Issue #3005023 by msankhala: Fix incorrect Implements hook_*_* docblock...

Status: Fixed » Closed (fixed)

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