Search for user

  1. Search 7.x for user
  2. Search 8.9.x for user
  3. Search 10.3.x for user
  4. Search 11.x for user
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
User class core/modules/user/src/Entity/User.php Defines the user entity class.
User class core/modules/user/src/Plugin/views/argument_validator/User.php Validate whether an argument is a valid user.
User class core/modules/user/src/Plugin/views/argument_default/User.php Default argument plugin to extract a user from request.
User class core/modules/user/src/Plugin/migrate/source/d6/User.php Drupal 6 user source from database.
User class core/modules/user/src/Plugin/migrate/source/d7/User.php Drupal 7 user source from database.
User class core/modules/user/src/Plugin/migrate/User.php Plugin class for Drupal 7 user migrations dealing with fields and profiles.

All search results

Title Object type File name Summary
UserAccountFormPasswordResetTest::$user property core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php User object.
UserAccountFormPasswordResetTest::buildAccountForm function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Builds the user account form for a given operation.
UserAccountFormPasswordResetTest::setUp function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserAccountFormPasswordResetTest::testPasswordResetToken function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Tests the reset token used only from query string.
UserAccountLinksTest class core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests user-account links.
UserAccountLinksTest.php file core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAccountLinksTest.php The theme to install as the default for testing.
UserAccountLinksTest::$modules property core/modules/user/tests/src/Functional/UserAccountLinksTest.php Modules to enable.
UserAccountLinksTest::setUp function core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::testAccountPageTitles function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testAnonymousLogout function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Ensures that logout url redirects an anonymous user to the front page.
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 enable.
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 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.
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 enable.
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 enable.
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

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