| LocaleDefaultConfigStorage::predefinedConfiguredLanguages |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Compute the list of configuration names that match predefined languages. |
| LocaleDefaultConfigStorage::read |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Read a configuration from install storage or default languages. |
| LocaleDefaultConfigStorage::__construct |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Constructs a LocaleDefaultConfigStorage. |
| LocaleDefaultConfigStorageTest |
class |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Tests Locale Default Config Storage. |
| LocaleDefaultConfigStorageTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
|
| LocaleDefaultConfigStorageTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Modules to install. |
| LocaleDefaultConfigStorageTest::testGetComponentNames |
function |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Tests retrieval of component names from locale default config storage. |
| LocaleFileSystemFormTest::testFileConfigurationPage |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests translation directory settings on the file settings form. |
| LocaleHooks::configurableLanguageDelete |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
| LocaleHooks::configurableLanguageInsert |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'configurable_language'. |
| LocaleHooks::configurableLanguageUpdate |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_ENTITY_TYPE_update() for 'configurable_language'. |
| LocaleImportFunctionalTest::getPoFileWithConfig |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
| LocaleImportFunctionalTest::getPoFileWithConfigDe |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with configuration translations. |
| LocaleImportFunctionalTest::testConfigPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests .po file import with configuration translation. |
| LocaleImportFunctionalTest::testConfigTranslationImportingPoFile |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests .po file import with user.settings configuration. |
| LocaleLookup::$configFactory |
property |
core/modules/locale/src/LocaleLookup.php |
The configuration factory. |
| LocaleLookupTest::$configFactory |
property |
core/modules/locale/tests/src/Unit/LocaleLookupTest.php |
A mocked config factory built with UnitTestCase::getConfigFactoryStub(). |
| LocalePathTest::testPathLanguageConfiguration |
function |
core/modules/locale/tests/src/Functional/LocalePathTest.php |
Tests if a language can be associated with a path alias. |
| LocaleSettingsForm::getEditableConfigNames |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Gets the configuration names that will be editable. |
| LocaleTranslation::$configFactory |
property |
core/modules/locale/src/LocaleTranslation.php |
The configuration factory. |
| locale_config_batch_build |
function |
core/modules/locale/locale.bulk.inc |
Creates a locale batch to refresh specific configuration. |
| locale_config_batch_finished |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_finished(). |
| locale_config_batch_refresh_name |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_operation(). |
| locale_config_batch_set_config_langcodes |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_operation(). |
| locale_config_batch_update_components |
function |
core/modules/locale/locale.bulk.inc |
Builds a locale batch to refresh configuration. |
| locale_config_batch_update_config_translations |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_operation(). |
| locale_config_batch_update_default_config_langcodes |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_operation(). |
| locale_post_update_clear_translation_path_config |
function |
core/modules/locale/locale.post_update.php |
Removes the translation.path config. |
| locale_system_set_config_langcodes |
function |
core/modules/locale/locale.module |
Updates default configuration when new modules or themes are installed. |
| LocalTaskDefaultTest::$config |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php |
The used plugin configuration. |
| LocalTasksBlock::defaultConfiguration |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
| logger.channel.config_schema |
service |
core/assets/scaffold/files/development.services.yml |
|
| logger.channel.config_schema |
service |
sites/development.services.yml |
|
| MachineNameTest::testInvalidConfiguration |
function |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
Tests that the replacement regular expression is a string. |
| MailerDsnConfigValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests validation of mailer dsn config. |
| MailerDsnConfigValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
| MailerDsnConfigValidationTest::$configManager |
property |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Config manager service. |
| MailerDsnConfigValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Modules to install. |
| MailerDsnConfigValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
|
| MailerDsnConfigValidationTest::testMailerHostValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the mailer host. |
| MailerDsnConfigValidationTest::testMailerPortValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the port used by the mailer. |
| MailerDsnConfigValidationTest::testMailerSchemeValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportDefaultOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the default options of the mailer. |
| MailerDsnConfigValidationTest::testMailerTransportNativeOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'native' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportNullOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'null' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportSendmailOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'sendmail' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerTransportSMTPOptionsValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the options for the 'smtps' mailer scheme. |
| MailerDsnConfigValidationTest::testMailerUserPasswordValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php |
Tests the validation of the password for the mailer user. |
| MailManager::$configFactory |
property |
core/lib/Drupal/Core/Mail/MailManager.php |
The config factory. |
| MailManagerTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
The configuration factory. |