Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| LocaleConfigSubscriberForeignTest::saveLanguageActive | function | core/ |
Saves a language override. |
| LocaleConfigSubscriberForeignTest::setUpLanguages | function | core/ |
Sets up languages needed for this test. |
| LocaleConfigSubscriberForeignTest::setUpLocale | function | core/ |
Sets up the locale storage strings to be in line with configuration. |
| LocaleConfigSubscriberForeignTest::testCreateActiveTranslation | function | core/ |
Tests creating translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage | function | core/ |
Tests that the language of default configuration was updated. |
| LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation | function | core/ |
Tests deleting translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testDeleteTranslation | function | core/ |
Tests deleting a translation override. |
| LocaleConfigSubscriberForeignTest::testEnglish | function | core/ |
Tests that adding English creates a translation override. |
| LocaleConfigSubscriberForeignTest::testLocaleCreateActiveTranslation | function | core/ |
Tests importing community translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testLocaleDeleteActiveTranslation | function | core/ |
Tests deleting community translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testLocaleUpdateActiveTranslation | function | core/ |
Tests updating community translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testUpdateActiveTranslation | function | core/ |
Tests updating translations of shipped configuration. |
| LocaleConfigSubscriberTest | class | core/ |
Tests that shipped configuration translations are updated correctly. |
| LocaleConfigSubscriberTest.php | file | core/ |
|
| LocaleConfigSubscriberTest::$configFactory | property | core/ |
The configuration factory used in this test. |
| LocaleConfigSubscriberTest::$languageManager | property | core/ |
The configurable language manager used in this test. |
| LocaleConfigSubscriberTest::$localeConfigManager | property | core/ |
The locale configuration manager used in this test. |
| LocaleConfigSubscriberTest::$modules | property | core/ |
Modules to install. |
| LocaleConfigSubscriberTest::$stringStorage | property | core/ |
The string storage used in this test. |
| LocaleConfigSubscriberTest::assertActiveConfig | function | core/ |
Ensures configuration was saved correctly. |
| LocaleConfigSubscriberTest::assertConfigOverride | function | core/ |
Ensures configuration was saved correctly. |
| LocaleConfigSubscriberTest::assertNoConfigOverride | function | core/ |
Ensures configuration override is not present anymore. |
| LocaleConfigSubscriberTest::assertNoTranslation | function | core/ |
Ensures no translation exists. |
| LocaleConfigSubscriberTest::assertTranslation | function | core/ |
Asserts if a specific translation exists and its customization status. |
| LocaleConfigSubscriberTest::deleteLanguageOverride | function | core/ |
Deletes a language override. |
| LocaleConfigSubscriberTest::deleteLocaleTranslationData | function | core/ |
Deletes translation data from locale module. |
| LocaleConfigSubscriberTest::saveLanguageOverride | function | core/ |
Saves a language override. |
Pagination
- Previous page
- Page 95
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.