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

function saveConfiguration($type, $enabled_methods);
doc_Drupal
2016-10-29 09:22:56
Comments
Leave a Comment

Please login to continue.