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 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/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
TranslationLanguageRenderer::$langcodeAlias property core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Stores the field alias of the langcode column.
TranslationLanguageRenderer::getCacheContexts function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php The cache contexts associated with this object.
TranslationLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Returns the language code associated with the given row.
TranslationLanguageRenderer::getLangcodeTable function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Returns the name of the table holding the "langcode" field.
TranslationLanguageRenderer::preRenderByRelationship function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Runs before each entity is rendered if a relationship is needed.
TranslationLanguageRenderer::query function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Alters the query if needed.
TranslationLanguageRenderer::renderByRelationship function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Renders entity data.
TranslationString::$language property core/modules/locale/src/TranslationString.php The language code.
TwigTransTest::$languages property core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Custom languages.
TwigTransTest::installLanguages function core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Helper function: install languages.
UmamiMultilingualInstallTest::setUpLanguage function core/profiles/demo_umami/tests/src/Functional/UmamiMultilingualInstallTest.php Installer step: Select language.
UpcastingTest::testEntityLanguage function core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php Confirms entity is shown in user's language by default.
UpdateMailTest::$languageManager property core/modules/update/tests/src/Unit/UpdateMailTest.php Mocked language manager.
UpdateMiscTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateMiscTest.php Checks language module in core package at admin/reports/updates.
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 install.
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 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.

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