Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
UserAccountLinksTest::testDisabledAccountLink function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests the secondary menu.
UserActionConfigSchemaTest class core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests that the config schema is valid when roles are added or removed.
UserActionConfigSchemaTest.php file core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php
UserActionConfigSchemaTest::$modules property core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Modules to install.
UserActionConfigSchemaTest::testValidUserActionConfigSchema function core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php Tests whether the user action config schema are valid.
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.
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

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