hook_help function missing in .module file
This function provides online user help.
By implementing hook_help(), a module can make documentation available to the user for the module as a whole, or for specific pages. Help for developers should usually be provided via function header comments in the code, or in special API example files.
More information: https://api.drupal.org/api/drupal/core%21modules%21help%21help.api.php/function/hook_help/11.x
N/A
Implement the hook
N/A
N/A
N/A
N/A