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
UserCreationTrait::setCurrentUser function core/modules/user/tests/src/Traits/UserCreationTrait.php Switch the current logged in user.
UserCreationTrait::setUpCurrentUser function core/modules/user/tests/src/Traits/UserCreationTrait.php Creates a random user account and sets it as current user.
UserData class core/modules/user/src/Plugin/migrate/destination/UserData.php Migration destination for user data.
UserData class core/modules/user/src/UserData.php Defines the user data service.
UserData class core/modules/user/src/Plugin/views/field/UserData.php Provides access to the user data service.
UserData.php file core/modules/user/src/Plugin/views/field/UserData.php
UserData.php file core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData.php file core/modules/user/src/UserData.php
UserData::$connection property core/modules/user/src/UserData.php The database connection to use.
UserData::$moduleHandler property core/modules/user/src/Plugin/views/field/UserData.php The module handler.
UserData::$userData property core/modules/user/src/Plugin/views/field/UserData.php Provides the user data service object.
UserData::$userData property core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData::buildOptionsForm function core/modules/user/src/Plugin/views/field/UserData.php
UserData::create function core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData::defineOptions function core/modules/user/src/Plugin/views/field/UserData.php
UserData::delete function core/modules/user/src/UserData.php
UserData::fields function core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData::get function core/modules/user/src/UserData.php
UserData::getIds function core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData::import function core/modules/user/src/Plugin/migrate/destination/UserData.php
UserData::render function core/modules/user/src/Plugin/views/field/UserData.php
UserData::set function core/modules/user/src/UserData.php
UserData::__construct function core/modules/user/src/Plugin/migrate/destination/UserData.php Builds a user data entity destination.
UserData::__construct function core/modules/user/src/UserData.php Constructs a new user data service.
UserData::__construct function core/modules/user/src/Plugin/views/field/UserData.php Constructs a UserData object.
UserDataInterface interface core/modules/user/src/UserDataInterface.php Defines the user data service interface.
UserDataInterface.php file core/modules/user/src/UserDataInterface.php
UserDataInterface::delete function core/modules/user/src/UserDataInterface.php Deletes data stored for a user account.
UserDataInterface::get function core/modules/user/src/UserDataInterface.php Returns data stored for a user account.
UserDataInterface::set function core/modules/user/src/UserDataInterface.php Stores data for a user account.
UserDataTest class core/modules/user/tests/src/Kernel/Views/UserDataTest.php Tests the user data service field handler.
UserDataTest.php file core/modules/user/tests/src/Kernel/Views/UserDataTest.php
UserDataTest::$modules property core/modules/user/tests/src/Kernel/Views/UserDataTest.php
UserDataTest::$testViews property core/modules/user/tests/src/Kernel/Views/UserDataTest.php
UserDataTest::testDataField function core/modules/user/tests/src/Kernel/Views/UserDataTest.php Tests field handler.
UserDeleteTest class core/modules/user/tests/src/Kernel/UserDeleteTest.php Tests deleting of user accounts.
UserDeleteTest.php file core/modules/user/tests/src/Kernel/UserDeleteTest.php
UserDeleteTest::$modules property core/modules/user/tests/src/Kernel/UserDeleteTest.php
UserDeleteTest::testUserDeleteMultiple function core/modules/user/tests/src/Kernel/UserDeleteTest.php Tests deleting multiple users.
UserEditedOwnAccountTest class core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php Tests user edited own account can still log in.
UserEditedOwnAccountTest.php file core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
UserEditedOwnAccountTest::$defaultTheme property core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
UserEditedOwnAccountTest::testUserEditedOwnAccount function core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php Tests that a user who edits their own account can still log in.
UserEditTest class core/modules/user/tests/src/Functional/UserEditTest.php Tests user edit page.
UserEditTest.php file core/modules/user/tests/src/Functional/UserEditTest.php
UserEditTest::$defaultTheme property core/modules/user/tests/src/Functional/UserEditTest.php
UserEditTest::testAdminSelfBlocking function core/modules/user/tests/src/Functional/UserEditTest.php Tests that an admin cannot edit their own account status.
UserEditTest::testRolesValidation function core/modules/user/tests/src/Functional/UserEditTest.php Tests constraint violations are triggered on the user account form.
UserEditTest::testUserChangeSiteLanguage function core/modules/user/tests/src/Functional/UserEditTest.php Tests that a user is able to change site language.
UserEditTest::testUserEdit function core/modules/user/tests/src/Functional/UserEditTest.php Tests user edit page.

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