The module currently does not implement dependency injection for the webform handler.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3028018-sfweb2lead_webform-dependency_injection-2.patch | 4.08 KB | sean_e_dietrich |
The module currently does not implement dependency injection for the webform handler.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3028018-sfweb2lead_webform-dependency_injection-2.patch | 4.08 KB | sean_e_dietrich |
Comments
Comment #2
sean_e_dietrichPatch attached removes the use of the \Drupal::services call.
Comment #3
aaronbaumanEntityTypeManagerInterface is already part of this interface, and isn't necessary to assign separately.
Needs re-roll based on #2982152: Add data alter hook to cope with multiple handlers
Comment #5
aaronbauman