Return to Snippet

Revision: 59654
at September 22, 2012 11:14 by LarryTex


Initial Code
/**
* Implement hook_help().
*/
function [[Module Name]]_help($path, $arg) {
	if ($path == 'admin/help#[[Module Name]]') {
		return t([[Help Text');
	}
}

Initial URL


Initial Description


Initial Title
hook_help: Provide online user help.

Initial Tags
module, drupal

Initial Language
PHP