LanguageNegotiatorInterface::saveConfiguration

LanguageNegotiatorInterface::saveConfiguration($type, $enabled_methods)

Saves a list of language negotiation methods for a language type.

Parameters

string $type: The language type.

int[] $enabled_methods: An array of language negotiation method weights keyed by method ID.

File

core/modules/language/src/LanguageNegotiatorInterface.php, line 190

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

1
function saveConfiguration($type, $enabled_methods);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.