| 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. |
| 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. |