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

  1. Find all the docblock those are in format of Implements hook_*_* with command: grep -rn 'Implements hook_.*_.*\(\).' core/modules/views
  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

Component: block_content.module » views.module
msankhala’s picture

joachim’s picture

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

Status: Reviewed & tested by the community » Fixed

Committed 9cbe9e9 and pushed to 8.7.x. Thanks!

  • catch committed 9cbe9e9 on 8.7.x
    Issue #3005020 by msankhala: Fix incorrect Implements hook_*_* docblock...

Status: Fixed » Closed (fixed)

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