Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
UserRegistrationTest::testRegistrationWithUserFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests Field API fields on user registration forms.
UserRegistrationTest::testUniqueFields function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests username and email field constraints on user registration.
UserRegistrationTest::testUuidFormState function core/modules/user/tests/src/Functional/UserRegistrationTest.php Tests that UUID isn't cached in form state on register form.
UserRequestSubscriber class core/modules/user/src/EventSubscriber/UserRequestSubscriber.php Updates the current user's last access time.
UserRequestSubscriber.php file core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
UserRequestSubscriber::$account property core/modules/user/src/EventSubscriber/UserRequestSubscriber.php The current account.
UserRequestSubscriber::$deprecatedProperties property core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
UserRequestSubscriber::$entityTypeManager property core/modules/user/src/EventSubscriber/UserRequestSubscriber.php The entity type manager service.
UserRequestSubscriber::getSubscribedEvents function core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
UserRequestSubscriber::onKernelTerminate function core/modules/user/src/EventSubscriber/UserRequestSubscriber.php Updates the current user's last access time.
UserRequestSubscriber::__construct function core/modules/user/src/EventSubscriber/UserRequestSubscriber.php Constructs a new UserRequestSubscriber.
UserResetEmailTestTrait trait core/modules/user/src/Tests/UserResetEmailTestTrait.php Helper function for logging in from reset password email.
UserResetEmailTestTrait.php file core/modules/user/src/Tests/UserResetEmailTestTrait.php
UserResetEmailTestTrait::loginFromResetEmail function core/modules/user/src/Tests/UserResetEmailTestTrait.php Login from reset password email.
UserResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php
UserResourceTestBase class core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase.php file core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php
UserResourceTestBase::$entity property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php
UserResourceTestBase::$entityTypeId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The tested entity type.
UserResourceTestBase::$firstCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the first created entity in testPost().
UserResourceTestBase::$labelFieldName property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Optionally specify which field is the 'label' field. Some entities specify
a 'label_callback', but not a 'label' entity key. For example: User.
UserResourceTestBase::$modules property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Modules to install.
UserResourceTestBase::$patchProtectedFieldNames property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The fields that are protected against modification during PATCH requests.
UserResourceTestBase::$secondCreatedEntityId property core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The entity ID for the second created entity in testPost().
UserResourceTestBase::assertRpcLogin function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Verifies that logging in with the given username and password works.
UserResourceTestBase::createAnotherEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates another entity to be tested.
UserResourceTestBase::createEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Creates the entity to be tested.
UserResourceTestBase::getExpectedCacheContexts function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
UserResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the expected normalization of the entity.
UserResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Return the expected error message.
UserResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php The cacheability of unauthorized 'view' entity access.
UserResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the normalized POST entity.
UserResourceTestBase::setUpAuthorization function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Sets up the necessary authorization.
UserResourceTestBase::testPatchDxForSecuritySensitiveBaseFields function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Tests PATCHing security-sensitive base fields of the logged in account.
UserResourceTestBase::testPatchSecurityOtherUser function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Tests PATCHing security-sensitive base fields to change other users.
UserRole class core/modules/user/src/Plugin/Condition/UserRole.php Provides a 'User Role' condition.
UserRole.php file core/modules/user/src/Plugin/Condition/UserRole.php
UserRole::buildConfigurationForm function core/modules/user/src/Plugin/Condition/UserRole.php Form constructor.
UserRole::defaultConfiguration function core/modules/user/src/Plugin/Condition/UserRole.php Gets default configuration for this plugin.
UserRole::evaluate function core/modules/user/src/Plugin/Condition/UserRole.php Evaluates the condition and returns TRUE or FALSE accordingly.
UserRole::getCacheContexts function core/modules/user/src/Plugin/Condition/UserRole.php The cache contexts associated with this object.
UserRole::submitConfigurationForm function core/modules/user/src/Plugin/Condition/UserRole.php Form submission handler.
UserRole::summary function core/modules/user/src/Plugin/Condition/UserRole.php Provides a human readable summary of the condition's configuration.
UserRoleAdminTest class core/modules/user/tests/src/Functional/UserRoleAdminTest.php Tests adding, editing and deleting user roles and changing role weights.
UserRoleAdminTest.php file core/modules/user/tests/src/Functional/UserRoleAdminTest.php
UserRoleAdminTest::$adminUser property core/modules/user/tests/src/Functional/UserRoleAdminTest.php User with admin privileges.
UserRoleAdminTest::$defaultTheme property core/modules/user/tests/src/Functional/UserRoleAdminTest.php The theme to install as the default for testing.
UserRoleAdminTest::$modules property core/modules/user/tests/src/Functional/UserRoleAdminTest.php Modules to enable.
UserRoleAdminTest::setUp function core/modules/user/tests/src/Functional/UserRoleAdminTest.php

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