public ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration(array $config)
Stores language types configuration.
Parameters
array $config: An indexed array with the following keys_
- configurable: an array of configurable language type names.
- all: an array of all the defined language type names.
File
- core/modules/language/src/ConfigurableLanguageManagerInterface.php, line 54
Class
- ConfigurableLanguageManagerInterface
- Common interface for language negotiation services.
Namespace
Drupal\language
Code
public function saveLanguageTypesConfiguration(array $config);
Please login to continue.