Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| locale.routing.yml | file | core/ |
core/modules/locale/locale.routing.yml |
| locale.schema.yml | file | core/ |
core/modules/locale/config/schema/locale.schema.yml |
| locale.services.yml | file | core/ |
core/modules/locale/locale.services.yml |
| locale.settings.yml | file | core/ |
core/modules/locale/config/install/locale.settings.yml |
| locale.settings.yml | file | core/ |
core/profiles/testing/config/optional/locale.settings.yml |
| locale.settings.yml | file | core/ |
core/profiles/nightwatch_testing/config/optional/locale.settings.yml |
| locale.settings.yml | file | core/ |
core/profiles/testing_multilingual/config/install/locale.settings.yml |
| locale.storage | service | core/ |
Drupal\locale\StringDatabaseStorage |
| locale.translate_strings.html.twig | file | core/ |
--- label: 'Translating user interface text' related: - core.translations - locale.import - locale.translation_status - language.add --- {% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %} {% set… |
| locale.translation.inc | file | core/ |
Common API for interface translation. |
| locale.translation_status.html.twig | file | core/ |
--- label: 'Checking interface translation status' related: - core.translations - locale.import - locale.translate_strings --- {% set language_text %}{% trans %}Languages{% endtrans %}{% endset %} {% set translation_updates_text %}{% trans… |
| Locale::config | function | core/ |
Returns the locale configuration manager service. |
| LocaleBuildTest | class | core/ |
Tests building the translatable project information. |
| LocaleBuildTest.php | file | core/ |
|
| LocaleBuildTest::$modules | property | core/ |
Modules to enable. |
| LocaleBuildTest::testBuildProjects | function | core/ |
Checks if a list of translatable projects gets built. |
| LocaleConfigManager | class | core/ |
Manages configuration supported in part by interface translation. |
| LocaleConfigManager.php | file | core/ |
|
| LocaleConfigManager::$configFactory | property | core/ |
The configuration factory. |
| LocaleConfigManager::$configManager | property | core/ |
The configuration manager. |
| LocaleConfigManager::$configStorage | property | core/ |
The storage instance for reading configuration data. |
| LocaleConfigManager::$defaultConfigStorage | property | core/ |
The locale default config storage instance. |
| LocaleConfigManager::$isUpdatingFromLocale | property | core/ |
Whether or not configuration translations are being updated from locale. |
| LocaleConfigManager::$languageManager | property | core/ |
The language manager. |
| LocaleConfigManager::$localeStorage | property | core/ |
The string storage for reading and writing translations. |
| LocaleConfigManager::$translations | property | core/ |
Array with preloaded string translations. |
| LocaleConfigManager::$typedConfigManager | property | core/ |
The typed config manager. |
| LocaleConfigManager::deleteLanguageTranslations | function | core/ |
Deletes configuration for language. |
| LocaleConfigManager::deleteTranslationOverride | function | core/ |
Deletes translated configuration data. |
| LocaleConfigManager::filterOverride | function | core/ |
Filters override data based on default translatable items. |
| LocaleConfigManager::getActiveConfigLangcode | function | core/ |
Returns the current language code for this active configuration. |
| LocaleConfigManager::getComponentNames | function | core/ |
Gets configuration names associated with components. |
| LocaleConfigManager::getDefaultConfigLangcode | function | core/ |
Returns the original language code for this shipped configuration. |
| LocaleConfigManager::getStringNames | function | core/ |
Gets configuration names associated with strings. |
| LocaleConfigManager::getStringTranslation | function | core/ |
Get the translation object for the given source/context and language. |
| LocaleConfigManager::getTranslatableData | function | core/ |
Gets translatable configuration data for a typed configuration element. |
| LocaleConfigManager::getTranslatableDefaultConfig | function | core/ |
Gets array of translated strings for Locale translatable configuration. |
| LocaleConfigManager::hasTranslation | function | core/ |
Checks whether a language has configuration translation. |
| LocaleConfigManager::isSupported | function | core/ |
Whether the given configuration is supported for interface translation. |
| LocaleConfigManager::isUpdatingTranslationsFromLocale | function | core/ |
Indicates whether configuration translations are being updated from locale. |
| LocaleConfigManager::processTranslatableData | function | core/ |
Process the translatable data array with a given language. |
| LocaleConfigManager::reset | function | core/ |
Reset static cache of configuration string translations. |
| LocaleConfigManager::saveTranslationActive | function | core/ |
Saves translated configuration data. |
| LocaleConfigManager::saveTranslationOverride | function | core/ |
Saves translated configuration override. |
| LocaleConfigManager::translateString | function | core/ |
Translates string using the localization system. |
| LocaleConfigManager::updateConfigTranslations | function | core/ |
Updates all configuration translations for the names / languages provided. |
| LocaleConfigManager::updateDefaultConfigLangcodes | function | core/ |
Updates default configuration when new modules or themes are installed. |
| LocaleConfigManager::__construct | function | core/ |
Creates a new typed configuration manager. |
| LocaleConfigManagerTest | class | core/ |
Tests that the locale config manager operates correctly. |
| LocaleConfigManagerTest.php | file | core/ |
Pagination
- Previous page
- Page 897
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.