You are here

public function DomainLangHandlerInterface::saveConfiguration in Domain Lang 8

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.

1 method overrides DomainLangHandlerInterface::saveConfiguration()
DomainLangHandler::saveConfiguration in src/DomainLangHandler.php
Saves a list of language negotiation methods for a language type.

File

src/DomainLangHandlerInterface.php, line 66

Class

DomainLangHandlerInterface
Interface for Domain lang service.

Namespace

Drupal\domain_lang

Code

public function saveConfiguration($type, array $enabled_methods);