Problem/Motivation
Some sites require a list of countries other than the one Drupal provides and will override the country_manager service. Currently the widget in this module just makes a static call to CountryManager::getStandardList()
Proposed resolution
Inject the country manager service in to the widget and call getStandardList on the injected service.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3323295-3.patch | 2.76 KB | chandreshgiri gauswami |
Comments
Comment #2
saidatomComment #3
chandreshgiri gauswami commentedI will work on this.
Comment #4
chandreshgiri gauswami commentedProviding patch with country_manager dependency injection implementation.
Comment #6
saidatom