Problem/Motivation
When going through the modules code, found reference to the deprecated function "module_load_include" in file vwo.module function hook_help(). Requesting to replace the function with the suggested alternative \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL);.
Steps to reproduce
Check the file vwo.module
Proposed resolution
Replace with \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL);.
Remaining tasks
Apply the patch and test
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | depreacated-3332876-4.patch | 861 bytes | atul_ghate |
Comments
Comment #2
atul_ghate commentedI will provide a patch for this issue.
Comment #3
vishwac9 commentedadding the tag +novice
Comment #4
atul_ghate commentedPlease ignore this patch because I added the same file twice by mistake
Comment #5
atul_ghate commentedPlease review the patch I have provided to resolve this issue.
Comment #6
atul_ghate commentedComment #7
vishwac9 commentedapplies cleanly, thanks for the patch
Comment #8
prathamesh-vwo commentedPatch applied
Comment #9
prathamesh-vwo commentedComment #10
vishwac9 commentedthanks all