Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
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::$languageManager | property | core/ |
The language manager. |
LocaleConfigSubscriber::$localeConfigManager | property | core/ |
The typed configuration manager. |
LocaleConfigSubscriberTest::$languageManager | property | core/ |
The configurable language manager used in this test. |
LocaleConfigSubscriberTest::$localeConfigManager | property | core/ |
The locale configuration manager used in this test. |
LocaleConfigurableLanguageManagerTest | class | core/ |
Tests that the configurable language manager and locale operate correctly. |
LocaleConfigurableLanguageManagerTest.php | file | core/ |
|
LocaleConfigurableLanguageManagerTest::$modules | property | core/ |
A list of modules to install for this test. |
LocaleConfigurableLanguageManagerTest::testGetLanguages | function | core/ |
Tests retrieving languages from the language manager. |
LocaleDefaultConfigStorage::$languageManager | property | core/ |
The language manager. |
LocaleLookup::$languageManager | property | core/ |
The language manager. |
LocaleLookupTest::$languageManager | property | core/ |
A mocked language manager built from LanguageManagerInterface. |
LocaleTranslation::$languageManager | property | core/ |
The language manager. |
LocaleTranslationTest::$languageManager | property | core/ |
A mocked language manager built from LanguageManagerInterface. |
LocalTaskIntegrationTestBase::getLocalTaskManager | function | core/ |
Sets up the local task manager for the test. |
LocalTaskManager | class | core/ |
Provides the default local task manager using YML as primary definition. |
LocalTaskManager.php | file | core/ |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.