- Issue created by @kishan@lnwebworks
- 🇮🇳India kishan@lnwebworks
You can add hook help in .module file with the help of below code
<?php use Drupal\Core\Routing\RouteMatchInterface; /** * Implements hook_help(). */ function YOUR_MODULE_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.YOUR_MODULE': return ' ' . t('This is a description of what your module does.') . ' '; } }
- Assigned to dLux
- 🇺🇸United States dLux
excellent; will do..
i'd wondered if this module should have a help function, and it seems it should..
thx for reporting this!
- Issue was unassigned.
- Status changed to Needs review
11 months ago 1:29am 3 January 2024 - 🇺🇸United States dLux
the fix is in login_dialog_hotkey-3411869/3411869-phpcs_fixes
- Status changed to RTBC
11 months ago 5:25am 3 January 2024 - Status changed to Fixed
11 months ago 8:26am 3 January 2024 - 🇺🇸United States dLux
this should remain on the version it was reported against, 0.0.1; it was fixed in the 1.0.0-beta1 release.
Automatically closed - issue fixed for 2 weeks with no activity.