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
UserCancelTest class core/modules/user/tests/src/Functional/UserCancelTest.php Ensure that account cancellation methods work as expected.
UserCancelTest.php file core/modules/user/tests/src/Functional/UserCancelTest.php
UserCancelTest::$defaultTheme property core/modules/user/tests/src/Functional/UserCancelTest.php The theme to install as the default for testing.
UserCancelTest::$modules property core/modules/user/tests/src/Functional/UserCancelTest.php Modules to install.
UserCancelTest::setUp function core/modules/user/tests/src/Functional/UserCancelTest.php
UserCancelTest::testMassUserCancelByAdmin function core/modules/user/tests/src/Functional/UserCancelTest.php Create an administrative user and mass-delete other users.
UserCancelTest::testUserAnonymize function core/modules/user/tests/src/Functional/UserCancelTest.php Delete account and anonymize all content.
UserCancelTest::testUserAnonymizeBatch function core/modules/user/tests/src/Functional/UserCancelTest.php Delete account and anonymize all content using a batch process.
UserCancelTest::testUserAnonymizeTranslations function core/modules/user/tests/src/Functional/UserCancelTest.php Delete account and anonymize all content and it's translations.
UserCancelTest::testUserBlock function core/modules/user/tests/src/Functional/UserCancelTest.php Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish function core/modules/user/tests/src/Functional/UserCancelTest.php Disable account and unpublish all content.
UserCancelTest::testUserBlockUnpublishNodeAccess function core/modules/user/tests/src/Functional/UserCancelTest.php Tests nodes are unpublished even if inaccessible to cancelling user.
UserCancelTest::testUserCancelByAdmin function core/modules/user/tests/src/Functional/UserCancelTest.php Create an administrative user and delete another user.
UserCancelTest::testUserCancelChangePermission function core/modules/user/tests/src/Functional/UserCancelTest.php Tests ability to change the permission for canceling users.
UserCancelTest::testUserCancelInvalid function core/modules/user/tests/src/Functional/UserCancelTest.php Attempt invalid account cancellations.
UserCancelTest::testUserCancelUid1 function core/modules/user/tests/src/Functional/UserCancelTest.php Tests that user account for uid 1 cannot be cancelled.
UserCancelTest::testUserCancelWithoutPermission function core/modules/user/tests/src/Functional/UserCancelTest.php Attempt to cancel account without permission.
UserCancelTest::testUserDelete function core/modules/user/tests/src/Functional/UserCancelTest.php Delete account and remove all content.
UserCancelTest::testUserDeleteWithContentAndNodeAccess function core/modules/user/tests/src/Functional/UserCancelTest.php Tests user cancel with node access.
UserCancelTest::testUserWithoutEmailCancelByAdmin function core/modules/user/tests/src/Functional/UserCancelTest.php Tests deletion of a user account without an email address.
UserChangedTest class core/modules/user/tests/src/Functional/Views/UserChangedTest.php Tests the changed field.
UserChangedTest.php file core/modules/user/tests/src/Functional/Views/UserChangedTest.php
UserChangedTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/UserChangedTest.php The theme to install as the default for testing.
UserChangedTest::$modules property core/modules/user/tests/src/Functional/Views/UserChangedTest.php Modules to install.
UserChangedTest::$testViews property core/modules/user/tests/src/Functional/Views/UserChangedTest.php Views used by this test.
UserChangedTest::setUp function core/modules/user/tests/src/Functional/Views/UserChangedTest.php Sets up the test.
UserChangedTest::testChangedField function core/modules/user/tests/src/Functional/Views/UserChangedTest.php Tests changed field.
UserContextAccessPolicy class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
UserContextAccessPolicy::applies function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Checks whether this access policy applies to a given scope.
UserContextAccessPolicy::getPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Gets the persistent cache contexts.
UserController class core/modules/user/src/Controller/UserController.php Controller routines for user routes.
UserController.php file core/modules/user/src/Controller/UserController.php
UserController::$dateFormatter property core/modules/user/src/Controller/UserController.php The date formatter service.
UserController::$flood property core/modules/user/src/Controller/UserController.php The flood service.
UserController::$logger property core/modules/user/src/Controller/UserController.php A logger instance.
UserController::$userData property core/modules/user/src/Controller/UserController.php The user data service.
UserController::$userStorage property core/modules/user/src/Controller/UserController.php The user storage.
UserController::confirmCancel function core/modules/user/src/Controller/UserController.php Confirms cancelling a user account via an email link.
UserController::create function core/modules/user/src/Controller/UserController.php Instantiates a new instance of the implementing class using autowiring.
UserController::determineErrorRedirect function core/modules/user/src/Controller/UserController.php Validates user, hash, and timestamp.
UserController::getResetPassForm function core/modules/user/src/Controller/UserController.php Returns the user password reset form.
UserController::logout function core/modules/user/src/Controller/UserController.php Logs the current user out.
UserController::resetPass function core/modules/user/src/Controller/UserController.php Redirects to the user password reset form.
UserController::resetPassLogin function core/modules/user/src/Controller/UserController.php Validates user, hash, and timestamp; logs the user in if correct.
UserController::userEditPage function core/modules/user/src/Controller/UserController.php Redirects users to their profile edit page.
UserController::userPage function core/modules/user/src/Controller/UserController.php Redirects users to their profile page.
UserController::userTitle function core/modules/user/src/Controller/UserController.php Route title callback.
UserController::validatePathParameters function core/modules/user/src/Controller/UserController.php Validates hash and timestamp.
UserController::__construct function core/modules/user/src/Controller/UserController.php Constructs a UserController object.
UserControllerTest class core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php Tests for the User controller.

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