Problem/Motivation
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
Steps to reproduce
N/A
Proposed resolution
Implement the hook
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork google_calendar_service-3542736
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
neerajsinghComment #5
danrodThanks @neerajsingh, and I agree with removing the extra
returnbefore the execution ofbatch_set.Merging this to the 3.0.x branch.
Thanks !
Comment #6
danrodComment #8
danrod