Disable Session detection method by default.

This commit is contained in:
Michael Stenta 2022-01-09 07:25:05 -05:00
parent 8844554086
commit 01a08a73d0
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function farm_l10n_install() {
// Configure the enabled language detection methods.
\Drupal::configFactory()->getEditable('language.types')->set('negotiation.language_interface.enabled', [
'language-session' => -50,
'language-user' => -0,
'language-selected' => 50,
])->save();