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. 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
UserTrackerTab class core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php Provides route parameters needed to link to the current user tracker tab.
UserTrackerTab.php file core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php
UserTrackerTab::$currentUser property core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php Current user object.
UserTrackerTab::create function core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php Creates an instance of the plugin.
UserTrackerTab::getRouteParameters function core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php Returns the route parameters needed to render a link for the local task.
UserTrackerTab::__construct function core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php Construct the UserTrackerTab object.
UserTranslationUITest class core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests the User Translation UI.
UserTranslationUITest.php file core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::$defaultCacheContexts property core/modules/user/tests/src/Functional/UserTranslationUITest.php Default cache contexts expected on a non-translated entity.
UserTranslationUITest::$defaultTheme property core/modules/user/tests/src/Functional/UserTranslationUITest.php The theme to install as the default for testing.
UserTranslationUITest::$modules property core/modules/user/tests/src/Functional/UserTranslationUITest.php Modules to install.
UserTranslationUITest::$name property core/modules/user/tests/src/Functional/UserTranslationUITest.php The user name of the test user.
UserTranslationUITest::doTestTranslationEdit function core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests edit content translation.
UserTranslationUITest::getNewEntityValues function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of entity field values to be tested.
UserTranslationUITest::getTranslatorPermissions function core/modules/user/tests/src/Functional/UserTranslationUITest.php Returns an array of permissions needed for the translator.
UserTranslationUITest::setUp function core/modules/user/tests/src/Functional/UserTranslationUITest.php
UserTranslationUITest::testTranslatedUserDeletion function core/modules/user/tests/src/Functional/UserTranslationUITest.php Tests translated user deletion.
UserUid class core/modules/tracker/src/Plugin/views/filter/UserUid.php UID filter to check for nodes that a user posted or commented on.
UserUid class core/modules/tracker/src/Plugin/views/argument/UserUid.php UID argument to check for nodes that user posted or commented on.
UserUid class core/modules/comment/src/Plugin/views/filter/UserUid.php Filter handler, accepts user ID to check for nodes user posted/commented on.
UserUid class core/modules/comment/src/Plugin/views/argument/UserUid.php The views user ID argument handler.
UserUid.php file core/modules/comment/src/Plugin/views/filter/UserUid.php
UserUid.php file core/modules/comment/src/Plugin/views/argument/UserUid.php
UserUid.php file core/modules/tracker/src/Plugin/views/filter/UserUid.php
UserUid.php file core/modules/tracker/src/Plugin/views/argument/UserUid.php
UserUid::$database property core/modules/comment/src/Plugin/views/argument/UserUid.php Database Service Object.
UserUid::create function core/modules/comment/src/Plugin/views/argument/UserUid.php Creates an instance of the plugin.
UserUid::defaultActions function core/modules/comment/src/Plugin/views/argument/UserUid.php Default actions.
UserUid::getSortName function core/modules/comment/src/Plugin/views/argument/UserUid.php Return a description of how the argument would normally be sorted.
UserUid::query function core/modules/comment/src/Plugin/views/filter/UserUid.php Add this filter to the query.
UserUid::query function core/modules/comment/src/Plugin/views/argument/UserUid.php Set up the query for this argument.
UserUid::query function core/modules/tracker/src/Plugin/views/filter/UserUid.php Add this filter to the query.
UserUid::query function core/modules/tracker/src/Plugin/views/argument/UserUid.php Set up the query for this argument.
UserUid::title function core/modules/comment/src/Plugin/views/argument/UserUid.php Get the title this argument will assign the view, given the argument.
UserUid::__construct function core/modules/comment/src/Plugin/views/argument/UserUid.php Constructs a \Drupal\comment\Plugin\views\argument\UserUid object.
UserUpdate7002 class core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Converts user time zones from time zone offsets to time zone names.
UserUpdate7002.php file core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
UserUpdate7002::$dateConfig property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Contains the system.theme configuration object.
UserUpdate7002::$timezones property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php System timezones.
UserUpdate7002::create function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Creates an instance of the plugin.
UserUpdate7002::transform function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Performs the associated process.
UserUpdate7002::__construct function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
UserUpdate8002 class core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
UserUpdate8002.php file core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php
UserUpdate8002::transform function core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
UserUpdateRoleMigrateTest class core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Tests user_update_10000() upgrade path.
UserUpdateRoleMigrateTest.php file core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php
UserUpdateRoleMigrateTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Set database dump files to be used.
UserUpdateRoleMigrateTest::testRolePermissions function core/modules/user/tests/src/Functional/Update/UserUpdateRoleMigrateTest.php Tests that roles have only existing permissions.
UserValidationTest class core/modules/user/tests/src/Kernel/UserValidationTest.php Verify that user validity checks behave as designed.

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