Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
3 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
3
  • c45aba90
    Issue #2940121 by apaderno, andypost, idebr, Kingdutch, kala4ek, mfb,... · c45aba90
    Alex Pott authored
    Issue #2940121 by apaderno, andypost, idebr, Kingdutch, kala4ek, mfb, alexpott, Berdir: ConfigurableLanguageManager::getLanguageSwitchLinks() doesn't respect what LanguageManagerInterface::getLanguageSwitchLinks() says to return
@@ -215,7 +215,7 @@ public function getFallbackCandidates(array $context = []) {
* {@inheritdoc}
*/
public function getLanguageSwitchLinks($type, Url $url) {
return [];
return NULL;
}
/**
Loading