Problem/Motivation
below files are not following drupal standred to use Dependency Injection.
src/Form/SettingsForm.php
src/GeoNamesService.php
src/LocationSelectorController.php
src/Plugin/Field/FieldWidget/LocationSelectorWidget.php
Steps to reproduce
during phpcs found below issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | dependancy_injection.png | 61.33 KB | rajan kumar |
| #2 | drupal_di.patch | 11.91 KB | shiv_sharma |
Comments
Comment #2
shiv_sharma commentedCreated the patch and module is working as expected.
Comment #3
shiv_sharma commentedComment #4
rajan kumar commentedApplied above patch and confirm patch is working fine except a miner whitespace error.
Attaching SS for reference.
Comment #5
shashank5563 commented