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
BulkFormAccessTest::testUserEditAccess function core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if users that may not be edited, can not be edited in bulk.
CacheContextOptimizationTest::testUserPermissionCacheContextOptimization function core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php Ensures that 'user.permissions' cache context is able to define cache tags.
CacheContextOptimizationTest::testUserRolesCacheContextOptimization function core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php Ensures that 'user.roles' still works when it is optimized away.
CacheTagTest::$user property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php A test user.
CacheTagTest::$userViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The user view builder.
cache_context.user service core/core.services.yml Drupal\Core\Cache\Context\UserCacheContext
cache_context.user.is_super_user service core/core.services.yml Drupal\Core\Cache\Context\IsSuperUserCacheContext
cache_context.user.node_grants service core/modules/node/node.services.yml Drupal\node\Cache\NodeAccessGrantsCacheContext
cache_context.user.permissions service core/core.services.yml Drupal\Core\Cache\Context\AccountPermissionsCacheContext
cache_context.user.roles service core/core.services.yml Drupal\Core\Cache\Context\UserRolesCacheContext
CancelUser class core/modules/user/src/Plugin/Action/CancelUser.php Cancels a user account.
CancelUser.php file core/modules/user/src/Plugin/Action/CancelUser.php
CancelUser::$currentUser property core/modules/user/src/Plugin/Action/CancelUser.php The current user.
CancelUser::$tempStoreFactory property core/modules/user/src/Plugin/Action/CancelUser.php The tempstore factory.
CancelUser::access function core/modules/user/src/Plugin/Action/CancelUser.php Checks object access.
CancelUser::create function core/modules/user/src/Plugin/Action/CancelUser.php Creates an instance of the plugin.
CancelUser::execute function core/modules/user/src/Plugin/Action/CancelUser.php Executes the plugin.
CancelUser::executeMultiple function core/modules/user/src/Plugin/Action/CancelUser.php Executes the plugin for an array of objects.
CancelUser::__construct function core/modules/user/src/Plugin/Action/CancelUser.php Constructs a CancelUser object.
ChangeUserRoleBase class core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Provides a base class for operations to change a user's role.
ChangeUserRoleBase.php file core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
ChangeUserRoleBase::$entityType property core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php The user role entity type.
ChangeUserRoleBase::access function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Checks object access.
ChangeUserRoleBase::buildConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form constructor.
ChangeUserRoleBase::calculateDependencies function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Calculates dependencies for the configured plugin.
ChangeUserRoleBase::create function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Creates an instance of the plugin.
ChangeUserRoleBase::defaultConfiguration function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Gets default configuration for this plugin.
ChangeUserRoleBase::submitConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form submission handler.
ChangeUserRoleBase::__construct function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
ChooseBlockController::$currentUser property core/modules/layout_builder/src/Controller/ChooseBlockController.php The current user.
CKEditor5ImageController::$currentUser property core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php The currently authenticated user.
CKEditor5IntegrationTest::$contentAuthorUser property core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php A user with permissions to edit Articles and use Quick Edit.
CKEditor5MediaController::$currentUser property core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php The currently authenticated user.
CKEditor5QuickEditLibraryTest::$adminUser property core/modules/quickedit/tests/src/Functional/CKEditor5/CKEditor5QuickEditLibraryTest.php The admin user.
CKEditor5ToolbarTest::$user property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ToolbarTest.php The admin user.
CKEditorAdminTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php A user with the 'administer filters' permission.
CKEditorLoadingTest::$normalUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php A normal user with access to the 'plain_text' and 'filtered_html' formats.
CKEditorLoadingTest::$untrustedUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php An untrusted user with access to only the 'plain_text' format.
CKEditorStylesComboAdminTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php A user with the 'administer filters' permission.
CKEditorStylesComboTranslationTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php A user with the 'administer filters' permission.
CKEditorToolbarButtonTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php The admin user.
ColorConfigSchemaTest::$adminUser property core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php A user with administrative permissions.
ColorSafePreviewTest::$bigUser property core/modules/color/tests/src/Functional/ColorSafePreviewTest.php A user with administrative permissions.
ColorTest::$bigUser property core/modules/color/tests/src/Functional/ColorTest.php A user with administrative permissions.
CommentAdminViewTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Admin user.
CommentDefaultFormatter::$currentUser property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The current user.
CommentForm::$currentUser property core/modules/comment/src/CommentForm.php The current user.
CommentLazyBuilders::$currentUser property core/modules/comment/src/CommentLazyBuilders.php Current logged in user.
CommentLinkBuilder::$currentUser property core/modules/comment/src/CommentLinkBuilder.php Current user.
CommentLinkBuilderTest::$currentUser property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Current user proxy mock.

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