- Issue created by @vimal_nadar
- @vimal_nadar opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 6:44am 21 May 2023 - 🇮🇳India Raveen Kumar
I have reviewed & Implemented the MR! on my Drupal website having version 9.5, PHP version - 8.1
The hook_help has been implemented successfully. Can be moved to RTBC!
Please & Thank You. - Status changed to Needs work
almost 2 years ago 5:59am 22 May 2023 After applying the MR 2 on 9.5.8 getting a website encounter error on help. See the screenshot for reference.
- 🇮🇳India Raveen Kumar
@Tanuja, Please use the following namespace in your .module file
use Drupal\Core\Routing\RouteMatchInterface;
It will resolve the issue. And thank you.
Please see my attached ss for reference. - Status changed to RTBC
almost 2 years ago 6:55am 22 May 2023 - 🇮🇳India Raveen Kumar
I am adding my complete patch for it. Please test. Thank you.