Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 10.3.x for set
  5. Other projects
Title Object type File name Summary
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.
UserControllerTest::setUp function core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php
UserCreationTrait::setCurrentUser function core/modules/user/tests/src/Traits/UserCreationTrait.php Switch the current logged in user.
UserCreationTrait::setUpCurrentUser function core/modules/user/tests/src/Traits/UserCreationTrait.php Creates a random user account and sets it as current user.
UserData::set function core/modules/user/src/UserData.php
UserDataInterface::set function core/modules/user/src/UserDataInterface.php Stores data for a user account.
UserEntityReferenceTest::setUp function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
UserEntityTest::setUp function core/modules/user/tests/src/Kernel/UserEntityTest.php
UserFieldsTest::setUp function core/modules/user/tests/src/Kernel/UserFieldsTest.php
UserInstallTest::setUp function core/modules/user/tests/src/Kernel/UserInstallTest.php
UserInterface::setEmail function core/modules/user/src/UserInterface.php Sets the email address of the user.
UserInterface::setExistingPassword function core/modules/user/src/UserInterface.php Sets the existing plain text password.
UserInterface::setLastAccessTime function core/modules/user/src/UserInterface.php Sets the UNIX timestamp when the user last accessed the site..
UserInterface::setLastLoginTime function core/modules/user/src/UserInterface.php Sets the UNIX timestamp when the user last logged in.
UserInterface::setPassword function core/modules/user/src/UserInterface.php Sets the user password.
UserInterface::setUsername function core/modules/user/src/UserInterface.php Sets the username of this account.
UserKernelTestBase::setUp function core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php
UserKernelTestBase::setupPermissionTestData function core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php Set some test data for permission related tests.
UserLocalTasksTest::setUp function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
UserLocalTaskTest::setUp function core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php
UserLoginHttpTest::doTestPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Do password reset testing for given format and account.
UserLoginHttpTest::loginFromResetEmail function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Login from reset password email.
UserLoginHttpTest::resetFlood function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Resets all flood entries.
UserLoginHttpTest::setUp function core/modules/user/tests/src/Functional/UserLoginHttpTest.php
UserLoginHttpTest::testPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests user password reset.
UserLoginTest::resetUserPassword function core/modules/user/tests/src/Functional/UserLoginTest.php Reset user password.
UserLogoutTest::setUp function core/modules/user/tests/src/Functional/UserLogoutTest.php
UserMailDefaultsTest::setUp function core/modules/user/tests/src/Kernel/UserMailDefaultsTest.php
UserNameFormatter::defaultSettings function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Defines the default settings for this plugin.
UserNameFormatter::settingsForm function core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php Returns a form to configure settings for the formatter.
UserNameFormatterTest::setUp function core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
UserNameValidatorTest::setUp function core/modules/user/tests/src/Kernel/UserNameValidatorTest.php
UserPasswordResetForm class core/modules/user/src/Form/UserPasswordResetForm.php Form controller for the user password forms.
UserPasswordResetForm.php file core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::buildForm function core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::getFormId function core/modules/user/src/Form/UserPasswordResetForm.php Returns a unique string identifying the form.
UserPasswordResetForm::submitForm function core/modules/user/src/Form/UserPasswordResetForm.php Form submission handler.
UserPasswordResetTest class core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest class core/modules/user/tests/src/Functional/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest.php file core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest.php file core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::$account property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php The user object to test password resetting.
UserPasswordResetTest::$account property core/modules/user/tests/src/Functional/UserPasswordResetTest.php The user object to test password resetting.
UserPasswordResetTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php The theme to install as the default for testing.
UserPasswordResetTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPasswordResetTest.php The theme to install as the default for testing.
UserPasswordResetTest::$languageManager property core/modules/user/tests/src/Functional/UserPasswordResetTest.php Language manager object.
UserPasswordResetTest::$modules property core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Modules to install.
UserPasswordResetTest::$modules property core/modules/user/tests/src/Functional/UserPasswordResetTest.php Modules to install.
UserPasswordResetTest::assertNoPasswordIpFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset not triggering IP flood control.

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