The twig-file for the language block has a variable `heading` which will be filled in `Drupal\socialbase\Plugin\Preprocess\LanguageLinks`
But the check for type of language tests for `LanguageInterface` instead of `Language`. So the current language will not be shown.
See patch-file.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3328699-missing-variable-heading-3.patch | 1.07 KB | jan kellermann |
Comments
Comment #2
jan kellermann commentedComment #3
jan kellermann commentedSorry, the variable name was wrong even.
Comment #4
jan kellermann commentedComment #5
jan kellermann commentedComment #6
navneet0693 commentedThank you @jan kellermann! This works, I will commit it.
Comment #8
tbsiqueira