Search for user

  1. Search 7.x for user
  2. Search 9.5.x for user
  3. Search 8.9.x for user
  4. Search 10.3.x for user
  5. Search 11.x for user
  6. 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
NodeEditFormTest::$adminUser property core/modules/node/tests/src/Functional/NodeEditFormTest.php A user with permission to bypass content access checks.
NodeEditFormTest::$webUser property core/modules/node/tests/src/Functional/NodeEditFormTest.php A normal logged in user.
NodeEntityHooks::userPredelete function core/modules/node/src/Hook/NodeEntityHooks.php Implements hook_ENTITY_TYPE_predelete() for user entities.
NodeFieldOverridesTest::$user property core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php Current logged in user.
NodeForm::$currentUser property core/modules/node/src/Form/NodeForm.php The Current User object.
NodeFormSaveChangedTimeTest::$authorUser property core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php A user with permissions to create and edit articles.
NodeQueryAlterTest::$accessUser property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User with permission to view content.
NodeQueryAlterTest::$accessUser property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php User with permission to view content.
NodeQueryAlterTest::$noAccessUser property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::$noAccessUser property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::$noAccessUser2 property core/modules/node/tests/src/Functional/NodeQueryAlterTest.php User without permission to view content.
NodeQueryAlterTest::$noAccessUser2 property core/modules/node/tests/src/Kernel/NodeQueryAlterTest.php User without permission to view content.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithViewsUiEnabledWithoutUserHavingEditViewDisplayAccess function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description when Views UI is enabled but user cannot edit views.
NodeRequirementsStatusFilterWarningTest::testDescriptionWithViewsUiEnabledWithUserHavingEditViewDisplayAccess function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Tests description when Views UI is enabled but user can edit views.
NodeRevision::defaultDisplayFiltersUser function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Retrieves filter information based on user input for the default display.
NodeRevisionsAllTest::$revisionUser property core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php An arbitrary user for revision authoring.
NodeSaveTest::$webUser property core/modules/node/tests/src/Functional/NodeSaveTest.php A normal logged in user.
NodeStorage::userRevisionIds function core/modules/node/src/NodeStorage.php Gets a list of revision IDs having a given user as node author.
NodeStorageInterface::userRevisionIds function core/modules/node/src/NodeStorageInterface.php Gets a list of revision IDs having a given user as node author.
NodeTitleTest::$adminUser property core/modules/node/tests/src/Functional/NodeTitleTest.php A user with permission to bypass access content.
NodeTypeTranslationTest::$adminUser property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Administrator user for tests.
NodeUserHooks class core/modules/node/src/Hook/NodeUserHooks.php Hook implementations for the node module.
NodeUserHooks.php file core/modules/node/src/Hook/NodeUserHooks.php
NodeUserHooks::userCancelBlockUnpublish function core/modules/node/src/Hook/NodeUserHooks.php Implements hook_user_cancel().
NodeUserHooks::userCancelReassign function core/modules/node/src/Hook/NodeUserHooks.php Implements hook_user_cancel().
NodeUserHooks::__construct function core/modules/node/src/Hook/NodeUserHooks.php NodeHooks constructor.
NodeViewController::$currentUser property core/modules/node/src/Controller/NodeViewController.php The current user.
NoHelpTest::$adminUser property core/modules/help/tests/src/Functional/NoHelpTest.php The user who will be created.
NoHelpTest::$adminUser property core/modules/help/tests/src/Kernel/NoHelpTest.php The user who will be created.
NonStableModulesTest::$adminUser property core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php The admin user.
NotificationHandler::sendToUser function core/modules/user/src/NotificationHandler.php Sends a notification email following a change to a user account.
NotificationHandlerTest::testUserMailHook function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Tests the mail hook implementation from the user module.
NotificationHandlerTest::testUserMailsNotSent function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Tests that mails are not sent when disabled.
NotificationHandlerTest::testUserMailsSent function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Tests that mails are sent when the appropriate notify configuration is set.
NotificationHandlerTest::testUserMailsWithoutAccountEmail function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Tests mails are not sent when the account has no email address.
NotificationHandlerTest::testUserRecoveryMailLanguage function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Tests recovery email content and token langcode is aligned.
NotificationHandlerTest::userMailsProvider function core/modules/user/tests/src/Kernel/NotificationHandlerTest.php Data provider for user mail testing.
OliveroHooks::themeSuggestionsUserAlter function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_theme_suggestions_HOOK_alter().
OverridesSectionStorage::$currentUser property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The current user.
PageNotFoundTest::$adminUser property core/modules/system/tests/src/Functional/System/PageNotFoundTest.php The test user.
PagerTest::$adminUser property core/modules/system/tests/src/Functional/Pager/PagerTest.php A user with permission to access site reports.
PageTitleTest::$contentUser property core/modules/system/tests/src/Functional/System/PageTitleTest.php The test user.
PaginationAJAXTest::$user property core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php The test user.
PasswordConfirmWidgetTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php User for testing.
PathBasedBreadcrumbBuilderTest::testBuildWithUserPath function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the breadcrumb for a user path.
PathElementFormTest::$testUser property core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php User for testing.
PathLanguageTest::$webUser property core/modules/path/tests/src/Functional/PathLanguageTest.php A user with permissions to administer content types.
PathWorkspacesTest::testPathAliasesUserSwitch function core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php Tests path aliases with workspaces and user switching.
PermissionsPerBundleTest::testActionIsOnlyAvailableToUserRoles function core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php Tests that the permissions-per-bundle action can only be applied to roles.
PlaceholdersTest::callbackPerUser function core/tests/Drupal/Tests/Core/Render/RendererTestBase.php The #lazy_builder callback; attaches setting, generates markup, user-specific.

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