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. |
UserAdminListingTest |
class |
core/modules/user/tests/src/Functional/UserAdminListingTest.php |
Tests the user admin listing if views is not enabled. |
UserAdminListingTest.php |
file |
core/modules/user/tests/src/Functional/UserAdminListingTest.php |
|
UserAdminListingTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserAdminListingTest.php |
The theme to install as the default for testing. |
UserAdminListingTest::testUserListing |
function |
core/modules/user/tests/src/Functional/UserAdminListingTest.php |
Tests the listing. |
UserAdminSettingsFormTest |
class |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
Configuration object user.mail and user.settings save test. |
UserAdminSettingsFormTest.php |
file |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
|
UserAdminSettingsFormTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
Modules to install. |
UserAdminSettingsFormTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
|
UserAdminTest |
class |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Tests user administration page functionality. |
UserAdminTest.php |
file |
core/modules/user/tests/src/Functional/UserAdminTest.php |
|
UserAdminTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserAdminTest.php |
The theme to install as the default for testing. |
UserAdminTest::$modules |
property |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Modules to install. |
UserAdminTest::getLinkSelectorForUser |
function |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Gets the xpath selector for a user account. |
UserAdminTest::testNotificationEmailAddress |
function |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Tests the alternate notification email address for user mails. |
UserAdminTest::testUserAdmin |
function |
core/modules/user/tests/src/Functional/UserAdminTest.php |
Registers a user and deletes it. |
UserAgent |
class |
core/lib/Drupal/Component/Utility/UserAgent.php |
Provides user agent related utility functions. |
UserAgent.php |
file |
core/lib/Drupal/Component/Utility/UserAgent.php |
|
UserAgent::getBestMatchingLangcode |
function |
core/lib/Drupal/Component/Utility/UserAgent.php |
Identifies user agent language from the Accept-language HTTP header. |
UserAgentTest |
class |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Tests bytes size parsing helper methods. |
UserAgentTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
|
UserAgentTest::getLanguages |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Helper method to supply language codes to testGetBestMatchingLangcode(). |
UserAgentTest::getMappings |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Helper method to supply language mappings to testGetBestMatchingLangcode(). |
UserAgentTest::providerTestGetBestMatchingLangcode |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Data provider for testGetBestMatchingLangcode(). |
UserAgentTest::testGetBestMatchingLangcode |
function |
core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php |
Tests matching language from user agent. |
UserAnonymousActivateTest |
class |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Tests unblocking the anonymous user account. |
UserAnonymousActivateTest.php |
file |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
|
UserAnonymousActivateTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Modules to install. |
UserAnonymousActivateTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
|
UserAnonymousActivateTest::testAnonymousActivate |
function |
core/modules/user/tests/src/Kernel/UserAnonymousActivateTest.php |
Tests that the anonymous user cannot be activated. |
UserAuth |
class |
core/modules/user/src/UserAuth.php |
Validates user authentication credentials. |
UserAuth.php |
file |
core/modules/user/src/UserAuth.php |
|
UserAuth::$entityTypeManager |
property |
core/modules/user/src/UserAuth.php |
The entity type manager. |
UserAuth::$passwordChecker |
property |
core/modules/user/src/UserAuth.php |
The password hashing service. |
UserAuth::authenticate |
function |
core/modules/user/src/UserAuth.php |
|
UserAuth::__construct |
function |
core/modules/user/src/UserAuth.php |
Constructs a UserAuth object. |
UserAuthDecorator |
class |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
Helper to validate UserAuthInterface BC layers are functional. |
UserAuthDecorator.php |
file |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
|
UserAuthDecorator::authenticate |
function |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
|
UserAuthDecorator::__construct |
function |
core/modules/user/tests/modules/user_auth_decorator_test/src/UserAuthDecorator.php |
Constructs a UserAuthDecorator object. |
UserAuthentication |
class |
core/modules/user/src/UserAuthentication.php |
Validates user authentication credentials. |
UserAuthentication.php |
file |
core/modules/user/src/UserAuthentication.php |
|
UserAuthentication::$entityTypeManager |
property |
core/modules/user/src/UserAuthentication.php |
The entity type manager. |
UserAuthentication::$passwordChecker |
property |
core/modules/user/src/UserAuthentication.php |
The password hashing service. |
UserAuthentication::authenticate |
function |
core/modules/user/src/UserAuthentication.php |
|