65 string references to YAML keys in locale.routing.yml in Drupal 10
- ConfigTranslationListUiTest::setUp in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationListUiTest.php - ConfigTranslationUiTest::testLocaleDBStorage in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - Tests translation storage in locale storage.
- DefaultConfigTest.php in core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php - ImportForm::submitForm in core/
modules/ locale/ src/ Form/ ImportForm.php - Form submission handler.
- install_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- LocaleConfigSubscriberForeignTest::testEnglish in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberForeignTest.php - Tests that adding English creates a translation override.
- LocaleConfigTranslationImportTest::testConfigTranslationImport in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testConfigTranslationModuleInstall in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests update changes configuration translations if enabled after language.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests removing a string from Locale deletes configuration translations.
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverridePreserve in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - Tests removing a string from Locale changes configuration translations.
- LocaleController::checkTranslation in core/
modules/ locale/ src/ Controller/ LocaleController.php - Checks for translation updates and displays the translations status.
- LocaleFileSystemFormTest::testFileConfigurationPage in core/
modules/ locale/ tests/ src/ Functional/ LocaleFileSystemFormTest.php - Tests translation directory settings on the file settings form.
- LocaleImportFunctionalTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - LocaleImportFunctionalTest::testStandalonePoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Tests import of standalone .po files.
- LocaleLocalTasksTest::getLocalePageRoutes in core/
modules/ locale/ tests/ src/ Unit/ Menu/ LocaleLocalTasksTest.php - Provides a list of routes to test.
- LocaleLocalTasksTest::testLocalePageLocalTasks in core/
modules/ locale/ tests/ src/ Unit/ Menu/ LocaleLocalTasksTest.php - Checks locale listing local tasks.
- LocaleLookup::resolveCacheMiss in core/
modules/ locale/ src/ LocaleLookup.php - Resolves a cache miss.
- LocaleLookupTest::setUp in core/
modules/ locale/ tests/ src/ Unit/ LocaleLookupTest.php - LocaleLookupTest::testResolveCacheMissWithPersist in core/
modules/ locale/ tests/ src/ Unit/ LocaleLookupTest.php - Tests locale lookups with persistent tracking.
- LocaleSettingsForm::buildForm in core/
modules/ locale/ src/ Form/ LocaleSettingsForm.php - Form constructor.
- LocaleSettingsForm::getEditableConfigNames in core/
modules/ locale/ src/ Form/ LocaleSettingsForm.php - Gets the configuration names that will be editable.
- LocaleSettingsForm::submitForm in core/
modules/ locale/ src/ Form/ LocaleSettingsForm.php - Form submission handler.
- LocaleTranslation::canTranslateEnglish in core/
modules/ locale/ src/ LocaleTranslation.php - Gets translate english configuration value.
- LocaleTranslationDownloadTest::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationDownloadTest.php - LocaleTranslationUiTest::testJavaScriptTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - Adds a language and checks that the JavaScript translation files are properly created and rebuilt on deletion.
- LocaleTranslationUiTest::testStringTranslation in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUpdateBase::setTranslationFiles in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateBase.php - Setup the environment containing local and remote translation files.
- LocaleUpdateBase::setTranslationsDirectory in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateBase.php - Sets the value of the default translations directory.
- LocaleUpdateBase::setUp in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateBase.php - LocaleUpdateCronTest::testUpdateCron in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateCronTest.php - Tests interface translation update using cron.
- LocaleUpdateInterfaceTest::testInterface in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateInterfaceTest.php - Tests the user interfaces of the interface translation update system.
- LocaleUpdateTest::testUpdateCheckStatus in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Checks if local or remote translation sources are detected.
- LocaleUpdateTest::testUpdateImportModeNonCustomized in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import and only overwrite non-customized translations.
- LocaleUpdateTest::testUpdateImportModeNone in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import and don't overwrite any translation.
- LocaleUpdateTest::testUpdateImportSourceLocal in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import from local sources.
- LocaleUpdateTest::testUpdateImportSourceRemote in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import from remote sources.
- locale_cron in core/
modules/ locale/ locale.module - Implements hook_cron().
- locale_cron_fill_queue in core/
modules/ locale/ locale.translation.inc - Populate a queue with project to check for translation updates.
- locale_form_language_admin_add_form_alter_submit in core/
modules/ locale/ locale.module - Form submission handler for language_admin_add_form().
- locale_form_language_admin_edit_form_alter in core/
modules/ locale/ locale.module - Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
- locale_form_language_admin_edit_form_alter_submit in core/
modules/ locale/ locale.module - Form submission handler for language_admin_edit_form().
- locale_form_language_admin_overview_form_alter in core/
modules/ locale/ locale.module - Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
- locale_form_system_file_system_settings_alter in core/
modules/ locale/ locale.module - Implements hook_form_FORM_ID_alter() for system_file_system_settings().
- locale_help in core/
modules/ locale/ locale.module - Implements hook_help().
- locale_install in core/
modules/ locale/ locale.install - Implements hook_install().
- locale_is_translatable in core/
modules/ locale/ locale.module - Checks whether $langcode is a language supported as a locale target.
- locale_js_translate in core/
modules/ locale/ locale.module - Returns a list of translation files given a list of JavaScript files.
- locale_requirements in core/
modules/ locale/ locale.install - Implements hook_requirements().
- locale_system_file_system_settings_submit in core/
modules/ locale/ locale.module - Submit handler for the file system settings form.
- locale_system_update in core/
modules/ locale/ locale.module - Imports translations when new modules or themes are installed.
- locale_translate_get_interface_translation_files in core/
modules/ locale/ locale.bulk.inc - Get interface translation files present in the translations directory.
- locale_translation_default_translation_server in core/
modules/ locale/ locale.compare.inc - Retrieve data for default server.
- locale_translation_source_build in core/
modules/ locale/ locale.translation.inc - Builds abstract translation source.
- locale_translation_use_remote_source in core/
modules/ locale/ locale.module - Checks whether remote translation sources are used.
- locale_uninstall in core/
modules/ locale/ locale.install - Implements hook_uninstall().
- MigrateLocaleConfigsTest::testLocaleSettings in core/
modules/ locale/ tests/ src/ Kernel/ Migrate/ MigrateLocaleConfigsTest.php - Tests migration of locale variables to locale.settings.yml.
- template_preprocess_locale_translation_last_check in core/
modules/ locale/ locale.pages.inc - Prepares variables for most recent translation update templates.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that toolbar cache is cleared when string translations are made.
- TranslateEditForm::submitForm in core/
modules/ locale/ src/ Form/ TranslateEditForm.php - TranslateFilterForm::resetForm in core/
modules/ locale/ src/ Form/ TranslateFilterForm.php - Provides a submit handler for the reset button.
- TranslateFilterForm::submitForm in core/
modules/ locale/ src/ Form/ TranslateFilterForm.php - TranslationsStream::getDirectoryPath in core/
modules/ locale/ src/ StreamWrapper/ TranslationsStream.php - TranslationStatusForm::buildForm in core/
modules/ locale/ src/ Form/ TranslationStatusForm.php - Form builder for displaying the current translation status.
- _locale_rebuild_js in core/
modules/ locale/ locale.module - (Re-)Creates the JavaScript translation file for a language.
- _locale_translation_default_update_options in core/
modules/ locale/ locale.translation.inc - Returns default import options for translation update.