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 10.3.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
UserTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::createEntity function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::createUserSession function core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php
UserTest::doTestDeleteIndividual function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getPatchDocument function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::makeNormalizationInvalid function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php
UserTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php
UserTest::sendDeleteRequestForUser function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::testCollectionContainsAnonymousUser function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests that the collection contains the anonymous user.
UserTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/UserTest.php
UserTest::testDeleteRespectsUserCancelBlock function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests if JSON:API respects user.settings.cancel_method: user_cancel_block.
UserTest::testDeleteRespectsUserCancelBlockUnpublish function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish.
UserTest::testDeleteRespectsUserCancelBlockUnpublishAndProcessesBatches function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests if JSON:API respects user.settings.cancel_method: user_cancel_block_unpublish.
UserTest::testDeleteRespectsUserCancelDelete function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete.
UserTest::testDeleteRespectsUserCancelReassign function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests if JSON:API respects user.settings.cancel_method: user_cancel_reassign.
UserTest::testGetMailFieldOnlyVisibleToOwner function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests GETting privacy-sensitive base fields.
UserTest::testPatchDxForSecuritySensitiveBaseFields function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests PATCHing security-sensitive base fields of the logged in account.
UserTest::testPatchSecurityOtherUser function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests PATCHing security-sensitive base fields to change other users.
UserTest::testQueryInvolvingRoles function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests good error DX when trying to filter users by role.
UserTest::testResaveAccountName function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests users with altered display names.
UserTest::testUserGetRoles function core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php Tests the method getRoles exclude or include locked roles based in param.
UserTestBase class core/modules/user/tests/src/Functional/Views/UserTestBase.php Base test class for user-related Views tests.
UserTestBase.php file core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTestBase::$modules property core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTestBase::$nodes property core/modules/user/tests/src/Functional/Views/UserTestBase.php Nodes to use during this test.
UserTestBase::$users property core/modules/user/tests/src/Functional/Views/UserTestBase.php Users to use during this test.
UserTestBase::setUp function core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTimeZoneTest class core/modules/user/tests/src/Functional/UserTimeZoneTest.php Set a user time zone and verify that dates are displayed in local time.
UserTimeZoneTest.php file core/modules/user/tests/src/Functional/UserTimeZoneTest.php
UserTimeZoneTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTimeZoneTest.php
UserTimeZoneTest::$modules property core/modules/user/tests/src/Functional/UserTimeZoneTest.php
UserTimeZoneTest::testUserTimeZone function core/modules/user/tests/src/Functional/UserTimeZoneTest.php Tests the display of dates and time when user-configurable time zones are set.
UserTokenReplaceTest class core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Tests the replacement of user tokens.
UserTokenReplaceTest.php file core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::$defaultTheme property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::$modules property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::$useOneTimeLoginLinks property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::setUp function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTokenReplaceTest::testUserTokenReplacement function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Creates a user, then tests the tokens generated from it.
UserTokensHooks class core/modules/user/src/Hook/UserTokensHooks.php Hook implementations for user.
UserTokensHooks.php file core/modules/user/src/Hook/UserTokensHooks.php
UserTokensHooks::tokenInfo function core/modules/user/src/Hook/UserTokensHooks.php Implements hook_token_info().
UserTokensHooks::tokens function core/modules/user/src/Hook/UserTokensHooks.php Implements hook_tokens().

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