- Issue created by @Konstantin Che
- Status changed to Closed: duplicate
almost 2 years ago 2:07pm 23 March 2023
Method \Drupal\lang_dropdown\Plugin\Block\LanguageDropdownBlock::build
calls method \Drupal\language\ConfigurableLanguageManager::getLanguageSwitchLinks
, which can return an object or NULL.
In cases where a non-object is returned, an error of the form:
TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in array_keys() (line 726 of /app/web/modules/contrib/lang_dropdown/src/Plugin/Block/LanguageDropdownBlock.php)
Closed: duplicate
2.0
Code