function ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration
Same name in other branches
- 9 core/modules/language/src/ConfigurableLanguageManagerInterface.php \Drupal\language\ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration()
- 8.9.x core/modules/language/src/ConfigurableLanguageManagerInterface.php \Drupal\language\ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration()
- 10 core/modules/language/src/ConfigurableLanguageManagerInterface.php \Drupal\language\ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration()
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.
1 method overrides ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration()
- ConfigurableLanguageManager::saveLanguageTypesConfiguration in core/
modules/ language/ src/ ConfigurableLanguageManager.php - Stores language types configuration.
File
-
core/
modules/ language/ src/ ConfigurableLanguageManagerInterface.php, line 54
Class
- ConfigurableLanguageManagerInterface
- Common interface for language negotiation services.
Namespace
Drupal\languageCode
public function saveLanguageTypesConfiguration(array $config);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.