14 calls to LanguageManager::getStandardLanguageList() in Drupal 10
- CKEditor5Test::testLanguageOfPartsPlugin in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Test for plugin Language of parts.
- ConfigurableLanguage::createFromLangcode in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Creates a configurable language object from a langcode.
- InstallerLanguagePageTest::setUpLanguage in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerLanguagePageTest.php - Installer step: Select language.
- install_check_translations in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
- install_select_language in core/
includes/ install.core.inc - Selects which language to use during installation.
- Language::buildConfigurationForm in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Language.php - Language::getConfig in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ Language.php - Language::getDynamicPluginConfig in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ Language.php - Language::settingsForm in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ Language.php - Language::__construct in core/
lib/ Drupal/ Core/ Language/ Language.php - Constructs a new class instance.
- LanguageAddForm::copyFormValuesToEntity in core/
modules/ language/ src/ Form/ LanguageAddForm.php - Copies top-level form values to entity properties.
- LanguagePluginTest::providerGetDynamicPluginConfig in core/
modules/ ckeditor5/ tests/ src/ Unit/ LanguagePluginTest.php - Provides a list of configs to test.
- LanguageTest::providerGetConfig in core/
modules/ ckeditor/ tests/ src/ Unit/ Plugin/ CKEditorPlugin/ LanguageTest.php - Provides a list of configs to test.
- SelectLanguageForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SelectLanguageForm.php - Form constructor.