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
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPasswordResetTest::getResetURL function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Retrieves password reset email and extracts the login link.
UserPasswordResetTest::languagePrefixTestProvider function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Provides scenarios for testUserPasswordResetPreferredLanguage().
UserPasswordResetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php
UserPasswordResetTest::setUp function core/modules/user/tests/src/Functional/UserPasswordResetTest.php
UserPasswordResetTest::testResetFormHasAutocompleteAttribute function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Test the autocomplete attribute is present.
UserPasswordResetTest::testResetImpersonation function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality.
UserPasswordResetTest::testUserPasswordResetLoggedIn function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset while logged in.
UserPasswordResetTest::testUserPasswordResetPreferredLanguage function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset functionality when user has set preferred language.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Tests password reset functionality with an AJAX form.
UserPasswordResetTest::testUserResetPasswordIpFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordTextboxNotFilled function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests the text box on incorrect login via link to password reset page.
UserPasswordResetTest::testUserResetPasswordUserFloodControl function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlAdmin function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset flood control is cleared on admin reset.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Tests user password reset flood control is cleared on successful reset.
UserPermissionsTest::setUp function core/modules/user/tests/src/Functional/UserPermissionsTest.php
UserPermissionsTest::setUp function core/modules/user/tests/src/FunctionalJavascript/UserPermissionsTest.php
UserPictureTest::setUp function core/modules/user/tests/src/Functional/UserPictureTest.php
UserRegistrationResourceTest::$userSettings property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A user settings config instance.
UserRegistrationResourceTest::setUp function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationRestTest::setUp function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php
UserRegistrationRestTest::setUpAuthorization function core/modules/user/tests/src/Functional/UserRegistrationRestTest.php Sets up the necessary authorization.
UserRememberRolesFilterSettingTest class core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Tests the upgrade path for the clean-up of empty remember_roles display settings for views filters.
UserRememberRolesFilterSettingTest.php file core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php
UserRememberRolesFilterSettingTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Set database dump files to be used.
UserRememberRolesFilterSettingTest::testViewsPostUpdateBooleanFilterAcceptEmpty function core/modules/views/tests/src/Functional/Update/UserRememberRolesFilterSettingTest.php Test that filter values are updated properly.
UserRequirementsTest::setUp function core/modules/user/tests/src/Kernel/UserRequirementsTest.php
UserResourceTestBase::setUpAuthorization function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Sets up the necessary authorization.
UserRoleAdminTest::setUp function core/modules/user/tests/src/Functional/UserRoleAdminTest.php
UserRoleConditionTest::setUp function core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
UserRoleDeleteTest::setUp function core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php
UserRolesAccessPolicyTest::setUp function core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php
UserRolesAssignmentTest::setUp function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
UserRolesPermissionsTest::setUp function core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php
UserSaveStatusTest::setUp function core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
UserSession::__isset function core/lib/Drupal/Core/Session/UserSession.php Implements magic __isset() method.
UserSession::__set function core/lib/Drupal/Core/Session/UserSession.php Implements magic __set() method.
UserTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/UserTest.php Sets up the necessary authorization.
UserTestBase::setUp function core/modules/user/tests/src/Functional/Views/UserTestBase.php Sets up the test.
UserTokenReplaceTest::setUp function core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
UserTranslationUITest::setUp function core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserValidationTest::setUp function core/modules/user/tests/src/Kernel/UserValidationTest.php
UserViewsDataTest::setUp function core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php
UserViewsFieldAccessTest::setUp function core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
user_pass_reset_url function core/modules/user/user.module Generates a unique URL for a user to log in and reset their password.
UuidFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/UuidFormatterTest.php
UuidItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php Defines the storage-level settings for this plugin.
UuidResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php
UuidValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/UuidValidatorTest.php

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