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 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
UserPictureInstanceTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureInstanceTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php Modules to install.
UserPictureInstanceTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php
UserPictureTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Tests the d6_user_picture source plugin.
UserPictureTest class core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture functionality.
UserPictureTest.php file core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest::$defaultTheme property core/modules/user/tests/src/Functional/UserPictureTest.php The theme to install as the default for testing.
UserPictureTest::$modules property core/modules/user/tests/src/Functional/UserPictureTest.php Modules to install.
UserPictureTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php Modules to install.
UserPictureTest::$webUser property core/modules/user/tests/src/Functional/UserPictureTest.php A regular user.
UserPictureTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
UserPictureTest::saveUserPicture function core/modules/user/tests/src/Functional/UserPictureTest.php Edits the user picture for the test user.
UserPictureTest::setUp function core/modules/user/tests/src/Functional/UserPictureTest.php
UserPictureTest::testCreateDeletePicture function core/modules/user/tests/src/Functional/UserPictureTest.php Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment function core/modules/user/tests/src/Functional/UserPictureTest.php Tests embedded users on node pages.
UserPictureTest::testUserViewAlter function core/modules/user/tests/src/Functional/UserPictureTest.php Tests user picture field with a non-standard field formatter.
UserReference class core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php MigrateField Plugin for Drupal 6 user reference fields.
@internal
UserReference class core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php MigrateField plugin for Drupal 7 user_reference fields.
UserReference.php file core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php
UserReference.php file core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php
UserReference::$userTypeMigration property core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php The plugin ID for the reference type migration.
UserReference::$userTypeMigration property core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php The plugin ID for the reference type migration.
UserReference::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php Apply any custom processing to the field bundle migrations.
UserReference::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Apply any custom processing to the field bundle migrations.
UserReference::entityId function core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php Gets the name of the field property which holds the entity ID.
UserReference::entityId function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Gets the name of the field property which holds the entity ID.
UserReference::getEntityTypeMigrationId function core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php Gets the plugin ID for the reference type migration.
UserReference::getEntityTypeMigrationId function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Gets the plugin ID for the reference type migration.
UserReference::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php Get a map between D6 formatters and D8 formatters for this field type.
UserRegistrationResource class core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Represents user registration as a resource.
UserRegistrationResource.php file core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php
UserRegistrationResource::$currentUser property core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php The current user.
UserRegistrationResource::$passwordGenerator property core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php The password generator.
UserRegistrationResource::$userSettings property core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php User settings config instance.
UserRegistrationResource::create function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Creates an instance of the plugin.
UserRegistrationResource::ensureAccountCanRegister function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Ensure the account can be registered in this request.
UserRegistrationResource::post function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Responds to user registration POST request.
UserRegistrationResource::sendEmailNotifications function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Sends email notifications if necessary for user that was registered.
UserRegistrationResource::__construct function core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php Constructs a new UserRegistrationResource instance.
UserRegistrationResourceTest class core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Tests User Registration REST resource.
UserRegistrationResourceTest.php file core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::$currentUser property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The current user.
UserRegistrationResourceTest::$logger property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Logger service.
UserRegistrationResourceTest::$passwordGenerator property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php The password generator.
UserRegistrationResourceTest::$reflection property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A reflection of self::$testClass.
UserRegistrationResourceTest::$testClass property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php Class to be tested.
UserRegistrationResourceTest::$userSettings property core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php A user settings config instance.
UserRegistrationResourceTest::ERROR_MESSAGE constant core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php
UserRegistrationResourceTest::setUp function core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php

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