LanguageNegotiatorInterface::updateConfiguration

LanguageNegotiatorInterface::updateConfiguration(array $types)

Updates the configuration based on the given language types.

Stores the list of the language types along with information about their configurable state. Stores the default settings if the language type is not configurable.

Parameters

string[] $types: An array of configurable language types.

File

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

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

function updateConfiguration(array $types);
doc_Drupal
2016-10-29 09:22:56
Comments
Leave a Comment

Please login to continue.