Search for user

  1. Search 7.x for user
  2. Search 8.9.x for user
  3. Search 10.3.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
RebuildTest::$webUser property core/modules/system/tests/src/Functional/Form/RebuildTest.php A user for testing.
RegistrationWithUserFieldsTest class core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Tests user registration forms with additional fields.
RegistrationWithUserFieldsTest.php file core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
RegistrationWithUserFieldsTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php The theme to install as the default for testing.
RegistrationWithUserFieldsTest::$modules property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Modules to enable.
RegistrationWithUserFieldsTest::$page property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php DocumentElement object.
RegistrationWithUserFieldsTest::$webAssert property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php WebAssert object.
RegistrationWithUserFieldsTest::setUp function core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
RegistrationWithUserFieldsTest::testRegistrationWithUserFields function core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Tests Field API fields on user registration forms.
Registry::getPrefixGroupedUserFunctions function core/lib/Drupal/Core/Theme/Registry.php Gets all user functions grouped by the word before the first underscore.
RelationshipJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipNormalizerTest::$user1 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php A user.
RelationshipNormalizerTest::$user2 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php A user.
RelationshipNormalizerTest::$userIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::$userUids property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UIDs for use in tests.
RelationshipUserFileDataTest class core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Tests file on user relationship handler.
RelationshipUserFileDataTest.php file core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php
RelationshipUserFileDataTest::$modules property core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Modules to enable.
RelationshipUserFileDataTest::$testViews property core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Views used by this test.
RelationshipUserFileDataTest::setUp function core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData function core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php Tests using the views file relationship.
RelationshipUserImageDataTest class core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Tests image on user relationship handler.
RelationshipUserImageDataTest.php file core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RelationshipUserImageDataTest::$modules property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Modules to install.
RelationshipUserImageDataTest::$testViews property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Views used by this test.
RelationshipUserImageDataTest::setUp function core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData function core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Tests using the views image relationship.
RemoveRoleUser class core/modules/user/src/Plugin/Action/RemoveRoleUser.php Removes a role from a user.
RemoveRoleUser.php file core/modules/user/src/Plugin/Action/RemoveRoleUser.php
RemoveRoleUser::execute function core/modules/user/src/Plugin/Action/RemoveRoleUser.php Executes the plugin.
RemoveRoleUserTest class core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php @coversDefaultClass \Drupal\user\Plugin\Action\RemoveRoleUser
@group user
RemoveRoleUserTest.php file core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php
RemoveRoleUserTest::testExecuteRemoveExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user with a role.
RemoveRoleUserTest::testExecuteRemoveNonExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user without a specific role.
RenderCacheTest::doTestUser1WithContexts function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Ensures that user 1 has a unique render cache for the given context.
RenderCacheTest::testUser1PermissionContext function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Tests that user 1 has a different permission context with the same roles.
RenderCacheTest::testUser1RolesContext function core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php Tests that user 1 has a different roles context with the same roles.
RendererTestBase::$currentUserRole property core/tests/Drupal/Tests/Core/Render/RendererTestBase.php The simulated "current" user role, for use in tests with cache contexts.
ReportTest::$adminUser property core/modules/views_ui/tests/src/Functional/ReportTest.php Stores an admin user used by the different tests.
ResourceTestBase::$anonymousUsersCanViewLabels property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Whether anonymous users can view labels of this resource type.
ResponsiveImageFormatter::$currentUser property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php The current user.
RestRegisterUserTest class core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Tests user registration via REST resource.
RestRegisterUserTest.php file core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php
RestRegisterUserTest::$auth property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The authentication mechanism to use in this test.
RestRegisterUserTest::$defaultTheme property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The theme to install as the default for testing.
RestRegisterUserTest::$format property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The format to use in this test.
RestRegisterUserTest::$mimeType property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The MIME type that corresponds to $format.
RestRegisterUserTest::$modules property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Modules to install.
RestRegisterUserTest::$resourceConfigId property core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestRegisterUserTest::assertNormalizationEdgeCases function core/modules/hal/tests/src/Functional/user/RestRegisterUserTest.php Asserts normalization-specific edge cases.

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