Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 8.9.x for language
  4. Search 10.3.x for language
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Language class core/modules/language/src/Plugin/migrate/source/Language.php Drupal 6/7 language source from database.
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php CKEditor 5 Language plugin.
Language class core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Defines the 'language' data type.
Language class core/lib/Drupal/Core/Language/Language.php An object containing the information for an interface language.

All search results

Title Object type File name Summary
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that the admin language is configurable only for administrators.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableWithAdminLanguageNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language negotiation is configurable only if enabled.
UserAdminLanguageTest::testUserAdminLanguageConfigurationNotAvailableWithOnlyOneLanguage function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that admin language is not configurable in single language sites.
UserAgentTest::getLanguages function core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php Helper method to supply language codes to testGetBestMatchingLangcode().
UserEditTest::testUserChangeSiteLanguage function core/modules/user/tests/src/Functional/UserEditTest.php Tests that a user is able to change site language.
UserLangcode::$languageManager property core/modules/user/src/Plugin/migrate/process/UserLangcode.php The language manager.
UserLanguageCreationTest class core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Tests preferred language configuration and language selector access.
UserLanguageCreationTest.php file core/modules/user/tests/src/Functional/UserLanguageCreationTest.php
UserLanguageCreationTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageCreationTest.php The theme to install as the default for testing.
UserLanguageCreationTest::$modules property core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Modules to install.
UserLanguageCreationTest::testLocalUserCreation function core/modules/user/tests/src/Functional/UserLanguageCreationTest.php Functional test for language handling during user creation.
UserLanguageTest class core/modules/user/tests/src/Functional/UserLanguageTest.php Functional tests for a user's ability to change their default language.
UserLanguageTest.php file core/modules/user/tests/src/Functional/UserLanguageTest.php
UserLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserLanguageTest.php The theme to install as the default for testing.
UserLanguageTest::$modules property core/modules/user/tests/src/Functional/UserLanguageTest.php Modules to install.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Tests if user can change their default language.
UserLanguageTestController class core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php Returns responses for User Language Test routes.
UserLanguageTestController.php file core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php
UserLanguageTestController::buildPostResponse function core/modules/user/tests/modules/user_language_test/src/Controller/UserLanguageTestController.php Builds the response.
UserLanguageTestForm class core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Provides a User Language Test form.
UserLanguageTestForm.php file core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php
UserLanguageTestForm::buildForm function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Form constructor.
UserLanguageTestForm::getFormId function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Returns a unique string identifying the form.
UserLanguageTestForm::submitForm function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Form submission handler.
UserMailNotifyTest::testUserRecoveryMailLanguage function core/modules/user/tests/src/Kernel/UserMailNotifyTest.php Tests recovery email content and token langcode is aligned.
UserPasswordForm::$languageManager property core/modules/user/src/Form/UserPasswordForm.php The language manager.
UserPasswordResetTest::$languageManager property core/modules/user/tests/src/Functional/UserPasswordResetTest.php Language manager object.
UserPasswordResetTest::languagePrefixTestProvider function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Provides scenarios for testUserPasswordResetPreferredLanguage().
UserPasswordResetTest::testUserPasswordResetPreferredLanguage function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality when user has set preferred language.
user_language_test.info.yml file core/modules/user/tests/modules/user_language_test/user_language_test.info.yml core/modules/user/tests/modules/user_language_test/user_language_test.info.yml
user_language_test.routing.yml file core/modules/user/tests/modules/user_language_test/user_language_test.routing.yml core/modules/user/tests/modules/user_language_test/user_language_test.routing.yml
ViewDuplicateForm::$languageManager property core/modules/views_ui/src/ViewDuplicateForm.php The language manager.
ViewEditTest::testEditFormLanguageOptions function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the language options on the views edit form.
views.view.test_language.yml file core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml
ViewsData::$languageManager property core/modules/views/src/ViewsData.php The language manager.
ViewsDataTest::$languageManager property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked language manager.
ViewsQueryAlter::$languageManager property core/modules/workspaces/src/ViewsQueryAlter.php The language manager.
views_test_language.info.yml file core/modules/views/tests/modules/views_test_language/views_test_language.info.yml core/modules/views/tests/modules/views_test_language/views_test_language.info.yml
ViewUI::language function core/modules/views_ui/src/ViewUI.php Gets the language of the entity.
VocabularyLanguageTest class core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests the language functionality for vocabularies.
VocabularyLanguageTest.php file core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
VocabularyLanguageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php The theme to install as the default for testing.
VocabularyLanguageTest::$modules property core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Modules to install.
VocabularyLanguageTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php Tests language settings for vocabularies.
VocabularyTranslationTest::testVocabularyLanguage function core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php Tests language settings for vocabularies.
_content_translation_form_language_content_settings_form_alter function core/modules/content_translation/content_translation.admin.inc Injects translation settings into the content language settings form.
_content_translation_preprocess_language_content_settings_table function core/modules/content_translation/content_translation.admin.inc Injects translation settings into the language content settings table.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.