Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Search main for __set
  6. Other projects
Title Object type File name Summary
UseCacheBackendTrait::cacheSet function core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php Stores data in the persistent cache, respecting the use caches flag.
user.security_account_settings.html.twig file core/modules/help_topics/help_topics/user.security_account_settings.html.twig ---
label: 'Configuring how user accounts are created and deleted'
related:
- core.security
- user.overview
---
{% set account_settings_url = render_var(url('entity.user.admin_form')) %}
<h2>{% trans %}Goal{% endtrans…
user.settings.yml file core/profiles/standard/config/install/user.settings.yml core/profiles/standard/config/install/user.settings.yml
user.settings.yml file core/profiles/demo_umami/config/install/user.settings.yml core/profiles/demo_umami/config/install/user.settings.yml
user.settings.yml file core/profiles/minimal/config/install/user.settings.yml core/profiles/minimal/config/install/user.settings.yml
user.settings.yml file core/modules/user/config/install/user.settings.yml core/modules/user/config/install/user.settings.yml
User::setEmail function core/modules/user/src/Entity/User.php Sets the email address of the user.
User::setExistingPassword function core/modules/user/src/Entity/User.php Sets the existing plain text password.
User::setLastAccessTime function core/modules/user/src/Entity/User.php Sets the UNIX timestamp when the user last accessed the site..
User::setLastLoginTime function core/modules/user/src/Entity/User.php Sets the UNIX timestamp when the user last logged in.
User::setPassword function core/modules/user/src/Entity/User.php Sets the user password.
User::setUsername function core/modules/user/src/Entity/User.php Sets the username of this account.
UserAccessControlHandlerTest::hiddenUserSettingsProvider function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Provides test data for testHiddenUserSettings().
UserAccessControlHandlerTest::setUp function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php
UserAccessControlHandlerTest::testHiddenUserSettings function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Tests that private user settings cannot be viewed by other users.
UserAccountLinksTest::setUp function core/modules/user/tests/src/Functional/UserAccountLinksTest.php
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
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 enable.
UserAdminSettingsFormTest::setUp function core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php
UserAttributesTest::setUp function core/modules/rdf/tests/src/Functional/UserAttributesTest.php
UserAuthenticationController::resetPassword function core/modules/user/src/Controller/UserAuthenticationController.php Resets a user password.
UserAuthTest::setUp function core/modules/user/tests/src/Unit/UserAuthTest.php
UserBlocksTest::setUp function core/modules/user/tests/src/Functional/UserBlocksTest.php
UserCacheTagsTest::setUp function core/modules/user/tests/src/Functional/UserCacheTagsTest.php
UserCancelTest::setUp function core/modules/user/tests/src/Functional/UserCancelTest.php
UserChangedTest::setUp function core/modules/user/tests/src/Functional/Views/UserChangedTest.php
UserController::getResetPassForm function core/modules/user/src/Controller/UserController.php Returns the user password reset form.
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.
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 Stores data for a user account.
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.
UserLegacyTest::setUp function core/modules/user/tests/src/Kernel/UserLegacyTest.php
UserLocalTasksTest::setUp function core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php

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