generate:help

Génère une implémentation de hook_help()

Utilisation:

drupal generate:help [options]
  gh

Options disponibles

Option Détails
--module Le nom du module.
--description commands.generate.help.options.description

Exemples

Generate a hook help specifying the module name and the description

drupal generate:help  \
  --module="modulename"  \
  --description="My Awesome Module"