Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.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
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

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