This is a meta issue after identifying a problem in issue #2613146: filter_test_filter_format_insert() has the wrong "implements" documentation → with docblock of different hooks implemented in core and docblock is provided as:
/**
* Implements hook_*_*().
*/
See:
https://www.drupal.org/project/drupal/issues/2613146#comment-10555240 →
https://www.drupal.org/project/drupal/issues/2613146#comment-10555332 →
Implements hook_*_*
grep -rn 'Implements hook_.*_.*\(\).' core/modules/<module>
grep -rn 'Implements hook_.*_.*\(\).' core/themes/<theme>
Implements hook_*_*
. Verify that each docblock is correct and mentioning an existing hook.See Child issues section.
N/A
N/A
N/A
Active
11.0 🔥
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.