Found this error
GeofieldDefaultFormatter::viewElements() must be compatible with Drupal\\Core\\Field\\FormatterInterface::viewElements
Missing second parameter $langcode.
| Comment | File | Size | Author |
|---|---|---|---|
| geofield_missing_langcode.patch | 676 bytes | marthinal |
Found this error
GeofieldDefaultFormatter::viewElements() must be compatible with Drupal\\Core\\Field\\FormatterInterface::viewElements
Missing second parameter $langcode.
| Comment | File | Size | Author |
|---|---|---|---|
| geofield_missing_langcode.patch | 676 bytes | marthinal |
Comments
Comment #2
marthinal commentedDone PR from Github
Comment #3
brathbone commentedI applied this patch and it got me past the PHP Fatal error I was getting. Thanks for the patch!
Comment #5
plopescPatch committed.
Thanks @marthinal!!