You are here

public function DomainLangHandlerInterface::updateConfiguration in Domain Lang 8

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.

1 method overrides DomainLangHandlerInterface::updateConfiguration()
DomainLangHandler::updateConfiguration in src/DomainLangHandler.php
Updates the configuration based on the given language types.

File

src/DomainLangHandlerInterface.php, line 46

Class

DomainLangHandlerInterface
Interface for Domain lang service.

Namespace

Drupal\domain_lang

Code

public function updateConfiguration(array $types);