Search for language

  1. Search 7.x for language
  2. Search 8.9.x for language
  3. Search 10.3.x for language
  4. Search 11.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/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Defines the "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
UpdateSemverCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Checks language module in core package at admin/reports/updates.
UrlAliasLanguage class core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php Url alias language code process.
UrlAliasLanguage.php file core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php
UrlAliasLanguage::transform function core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php Performs the associated process.
UrlAliasLanguage::__construct function core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php
UrlAliasLanguageDeprecatedTest class core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php Tests error message from deprecated UrlAliasLanguage process plugin.
UrlAliasLanguageDeprecatedTest.php file core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php
UrlAliasLanguageDeprecatedTest::testUrlAliasLanguageDeprecation function core/modules/path/tests/src/Unit/migrate/process/d6/UrlAliasLanguageDeprecatedTest.php Tests legacy UrlAliasLanguage process plugin.
User::getAllowedConfigurableLanguageCodes function core/modules/user/src/Entity/User.php Defines allowed configurable language codes for AllowedValues constraints.
UserAdminLanguageTest class core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests users' ability to change their own administration language.
UserAdminLanguageTest.php file core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
UserAdminLanguageTest::$adminUser property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php A user with permission to access admin pages and administer languages.
UserAdminLanguageTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php The theme to install as the default for testing.
UserAdminLanguageTest::$modules property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Modules to enable.
UserAdminLanguageTest::$regularUser property core/modules/user/tests/src/Functional/UserAdminLanguageTest.php A non-administrator user for this test.
UserAdminLanguageTest::addCustomLanguage function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Helper method for adding a custom language.
UserAdminLanguageTest::setLanguageNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Sets the User interface negotiation detection method.
UserAdminLanguageTest::setUp function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php
UserAdminLanguageTest::testActualNegotiation function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests the actual language negotiation.
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 enable.
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 enable.
UserLanguageTest::testUserLanguageConfiguration function core/modules/user/tests/src/Functional/UserLanguageTest.php Tests if user can change their default language.
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 Data provider for testUserPasswordResetPreferredLanguage().
UserPasswordResetTest::testUserPasswordResetPreferredLanguage function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality when user has set preferred language.
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.

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