Implement hook_help() in .module file

Created on 12 August 2019, over 5 years ago
Updated 14 July 2023, over 1 year ago

The lazyloader.module does not implement hook_help().
Please see https://www.drupal.org/docs/develop/documenting-your-project/module-docu...

📌 Task
Status

Needs work

Version

1.0

Component

Code

Created by

🇧🇬Bulgaria vuil Bulgaria 🇧🇬 🇪🇺 🌍

Live updates comments and jobs are added and updated live.
  • Needs reroll

    The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India Nupur Badola

    Getting the error in D8.7 and D8.8

    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    - Required package "zaporylie/composer-drupal-optimizations" is not present in the lock file.
    This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
    Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
    and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r
  • Status changed to RTBC over 1 year ago
  • 🇧🇬Bulgaria vuil Bulgaria 🇧🇬 🇪🇺 🌍
  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Showing the content of the README file in a hook_help() implementation is a bad idea, since the content of that file, like how to install the module, which dependencies that module has, or who are the maintainers, is not relevant information, once the module is installed.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Furthermore, the content of a file cannot be translated, differently from the strings passed to t().

Production build 0.71.5 2024