Problem/Motivation
All the hook classes have a summary line like, 'Hook implementations for some_module.', even when the file is actually hooks for say token or views.
Steps to reproduce
Proposed resolution
Add a meaningful summary.
All the hook classes have a summary line like, 'Hook implementations for some_module.', even when the file is actually hooks for say token or views.
Add a meaningful summary.
Comments
Comment #2
nicxvan commentedI think we might need a plan issue to discuss organization and standards.
But the token and views implementations are implementations for some_module.
They are just split into those files cause they used to be in some_module.tokens.inc
Comment #3
nicxvan commentedOn my phone but these and the mentioned issues in them are all related.
https://www.drupal.org/project/drupal/issues/3489095
https://www.drupal.org/project/drupal/issues/3479141
Comment #4
voleger