Search for user

  1. Search 7.x for user
  2. Search 9.5.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
RevisionLogInterface::setRevisionUserId function core/lib/Drupal/Core/Entity/RevisionLogInterface.php Sets the entity revision author by ID.
RoleUserTestBase class core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php Provides a base class for user role action tests.
RoleUserTestBase.php file core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php
RoleUserTestBase::$account property core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php The mocked account.
RoleUserTestBase::$userRoleEntityType property core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php The user role entity type.
RoleUserTestBase::setUp function core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php
RouteCachingLanguageTest::$webUser property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php An user with permissions to administer content types.
RouteCachingNonPathLanguageNegotiationTest::$adminUser property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php The admin user.
RouterTest::testUserAccount function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests the user account on the DIC.
RowRenderCacheTest::$editorUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php An editor user account.
RowRenderCacheTest::$powerUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php A power user account.
RowRenderCacheTest::$regularUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php A regular user account.
search.page.user_search.yml file core/modules/user/config/optional/search.page.user_search.yml core/modules/user/config/optional/search.page.user_search.yml
SearchBlockTest::$adminUser property core/modules/search/tests/src/Functional/SearchBlockTest.php The administrative user.
SearchCommentCountToggleTest::$searchingUser property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php A user with permission to search and post comments.
SearchCommentTest::$adminUser property core/modules/search/tests/src/Functional/SearchCommentTest.php A user with various administrative permissions.
SearchConfigSettingsFormTest::$searchUser property core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php User who can search and administer search.
SearchKeywordsConditionsTest::$searchingUser property core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php A user with permission to search and post comments.
SearchNodeDiacriticsTest::$testUser property core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php A user with permission to use advanced search.
SearchNodePunctuationTest::$testUser property core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php A user with permission to use advanced search.
SearchNodeUpdateAndDeletionTest::$testUser property core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php A user with permission to access and search content.
SearchNumberMatchingTest::$testUser property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php A user with permission to administer nodes.
SearchNumbersTest::$testUser property core/modules/search/tests/src/Functional/SearchNumbersTest.php A user with permission to administer nodes.
SearchPageCacheTagsTest::$searchingUser property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php A user with permission to search content.
SearchPageOverrideTest::$searchUser property core/modules/search/tests/src/Functional/SearchPageOverrideTest.php A user with permission to administer search.
SearchPageTextTest::$searchingUser property core/modules/search/tests/src/Functional/SearchPageTextTest.php A user with permission to use advanced search.
SelectionTrait::$currentUser property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The current user.
serialization.user_route_alter_subscriber service core/modules/serialization/serialization.services.yml Drupal\serialization\EventSubscriber\UserRouteAlterSubscriber
SessionAuthenticationTest::$user property core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php A test user.
SessionHttpsTest::getUserLoginFormBuildId function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Gets the form build ID for the user login form.
SessionWorkspaceNegotiator::$currentUser property core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php The current user.
session_test_user_login function core/modules/system/tests/modules/session_test/session_test.module Implements hook_user_login().
SettingsTest::$adminUser property core/modules/views_ui/tests/src/Functional/SettingsTest.php Stores an admin user used by the different tests.
ShortcutSetStorage::assignUser function core/modules/shortcut/src/ShortcutSetStorage.php Assigns a user to a particular shortcut set.
ShortcutSetStorage::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorage.php Get the number of users who have this set assigned to them.
ShortcutSetStorage::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Get the name of the set assigned to this user.
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetStorageInterface::assignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Assigns a user to a particular shortcut set.
ShortcutSetStorageInterface::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the number of users who have this set assigned to them.
ShortcutSetStorageInterface::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the name of the set assigned to this user.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Plugin annotation

@MigrateDestination(
id = "shortcut_set_users"
)
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Drupal 7 shortcut_set_users source from database.
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
ShortcutSetUsers::$shortcutSetStorage property core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php The shortcut set storage handler.
ShortcutSetUsers::create function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Creates an instance of the plugin.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Returns an array of destination fields.
ShortcutSetUsers::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Returns available fields on the source.
ShortcutSetUsers::getIds function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Gets the destination IDs.

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