- Issue created by @santiagon
- 🇮🇳India vishal.kadam Mumbai
FILE: cache_review.module
/** * Implements hook_preprocess_HOOK(). */ function cache_review_preprocess_html(&$variables) {
The description for this hook should also say for which theme hook it is implemented.
/** * @file * Contains cache_review.module. */
The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
- 🇮🇳India vishal.kadam Mumbai
@osab These applications do not require you to create new issues in your project after reviews. Simply push the changes addressing the review comments to the review branch i.e. 1.1.x.
- 🇺🇦Ukraine osab Germany, Baden-Württemberg; Ukraine, Kharkiv
@avpaderno Thank you! I've added fixes in issue https://www.drupal.org/project/cache_review/issues/3494073#comment-15902344 📌 CacheReviewController refactoring and adding UI translations Active . After review I can merge them to 1.1x branch.
Unfortunately, I have practically no time left to work on the module, so I will be glad for any help if cache?review is really useful for the community.