Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| LocaleConfigManagerTest::$modules | property | core/ |
A list of modules to install for this test. |
| LocaleConfigManagerTest::$strictConfigSchema | property | core/ |
This test creates simple config on the fly breaking schema checking. |
| LocaleConfigManagerTest::testGetDefaultConfigLangcode | function | core/ |
Tests getDefaultConfigLangcode(). |
| LocaleConfigManagerTest::testGetStringTranslation | function | core/ |
Tests getStringTranslation(). |
| LocaleConfigManagerTest::testHasTranslation | function | core/ |
Tests hasTranslation(). |
| LocaleConfigSubscriber | class | core/ |
Updates strings translation when configuration translations change. |
| LocaleConfigSubscriber.php | file | core/ |
|
| LocaleConfigSubscriber::$configFactory | property | core/ |
The configuration factory. |
| LocaleConfigSubscriber::$languageManager | property | core/ |
The language manager. |
| LocaleConfigSubscriber::$localeConfigManager | property | core/ |
The typed configuration manager. |
| LocaleConfigSubscriber::getSubscribedEvents | function | core/ |
|
| LocaleConfigSubscriber::onConfigSave | function | core/ |
Updates the locale strings when a translated active configuration is saved. |
| LocaleConfigSubscriber::onOverrideChange | function | core/ |
Updates the locale strings when a configuration override is saved/deleted. |
| LocaleConfigSubscriber::processTranslatableData | function | core/ |
Process the translatable data array with a given language. |
| LocaleConfigSubscriber::resetExistingTranslations | function | core/ |
Reset existing locale translations to their source values. |
| LocaleConfigSubscriber::saveCustomizedTranslation | function | core/ |
Saves a translation string and marks it as customized. |
| LocaleConfigSubscriber::updateLocaleStorage | function | core/ |
Update locale storage based on configuration translations. |
| LocaleConfigSubscriber::__construct | function | core/ |
Constructs a LocaleConfigSubscriber. |
| LocaleConfigSubscriberForeignTest | class | core/ |
Tests default configuration handling with a foreign default language. |
| LocaleConfigSubscriberForeignTest.php | file | core/ |
|
| LocaleConfigSubscriberForeignTest::register | function | core/ |
Registers test-specific services. |
Pagination
- Previous page
- Page 90
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.