Search for user
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
User | class | core/ |
Defines the user entity class. |
User | class | core/ |
Validate whether an argument is a valid user. |
User | class | core/ |
Default argument plugin to extract a user from request. |
User | class | core/ |
Drupal 6 user source from database. |
User | class | core/ |
Drupal 7 user source from database. |
User | class | core/ |
Plugin class for Drupal 7 user migrations dealing with fields and profiles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserReference | class | core/ |
Plugin annotation @MigrateField( id = "userreference", core = {6}, type_map = { "userreference" = "entity_reference", }, source_module = "userreference", destination_module = "core", ) |
UserReference.php | file | core/ |
|
UserReference::defineValueProcessPipeline | function | core/ |
Apply any custom processing to the field bundle migrations. |
UserRegistrationResource | class | core/ |
Represents user registration as a resource. |
UserRegistrationResource.php | file | core/ |
|
UserRegistrationResource::$currentUser | property | core/ |
The current user. |
UserRegistrationResource::$userSettings | property | core/ |
User settings config instance. |
UserRegistrationResource::create | function | core/ |
Creates an instance of the plugin. |
UserRegistrationResource::ensureAccountCanRegister | function | core/ |
Ensure the account can be registered in this request. |
UserRegistrationResource::post | function | core/ |
Responds to user registration POST request. |
UserRegistrationResource::sendEmailNotifications | function | core/ |
Sends email notifications if necessary for user that was registered. |
UserRegistrationResource::__construct | function | core/ |
Constructs a new UserRegistrationResource instance. |
UserRegistrationResourceTest | class | core/ |
Tests User Registration REST resource. |
UserRegistrationResourceTest.php | file | core/ |
|
UserRegistrationResourceTest::$currentUser | property | core/ |
The current user. |
UserRegistrationResourceTest::$logger | property | core/ |
Logger service. |
UserRegistrationResourceTest::$reflection | property | core/ |
A reflection of self::$testClass. |
UserRegistrationResourceTest::$testClass | property | core/ |
Class to be tested. |
UserRegistrationResourceTest::$userSettings | property | core/ |
A user settings config instance. |
UserRegistrationResourceTest::ERROR_MESSAGE | constant | core/ |
|
UserRegistrationResourceTest::setUp | function | core/ |
|
UserRegistrationResourceTest::testEmptyPost | function | core/ |
Tests that an exception is thrown when no data provided for the account. |
UserRegistrationResourceTest::testExistedEntityPost | function | core/ |
Tests that only new user accounts can be registered. |
UserRegistrationResourceTest::testRegistrationAdminOnlyPost | function | core/ |
Tests that admin permissions are required to register a user account. |
UserRegistrationResourceTest::testRegistrationAnonymousOnlyPost | function | core/ |
Tests that only anonymous users can register users. |
UserRegistrationTest | class | core/ |
Tests registration of user under different configurations. |
UserRegistrationTest.php | file | core/ |
|
UserRegistrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserRegistrationTest::$modules | property | core/ |
Modules to enable. |
UserRegistrationTest::assertRegistrationFormCacheTagsWithUserFields | function | core/ |
Asserts the presence of cache tags on registration form with user fields. |
UserRegistrationTest::testRegistrationDefaultValues | function | core/ |
|
UserRegistrationTest::testRegistrationEmailDuplicates | function | core/ |
|
UserRegistrationTest::testRegistrationWithEmailVerification | function | core/ |
|
UserRegistrationTest::testRegistrationWithoutEmailVerification | function | core/ |
|
UserRegistrationTest::testRegistrationWithUserFields | function | core/ |
Tests Field API fields on user registration forms. |
UserRegistrationTest::testUniqueFields | function | core/ |
Tests username and email field constraints on user registration. |
UserRegistrationTest::testUuidFormState | function | core/ |
Tests that UUID isn't cached in form state on register form. |
UserRequestSubscriber | class | core/ |
Updates the current user's last access time. |
UserRequestSubscriber.php | file | core/ |
|
UserRequestSubscriber::$account | property | core/ |
The current account. |
UserRequestSubscriber::$deprecatedProperties | property | core/ |
|
UserRequestSubscriber::$entityTypeManager | property | core/ |
The entity type manager service. |
UserRequestSubscriber::getSubscribedEvents | function | core/ |
|
UserRequestSubscriber::onKernelTerminate | function | core/ |
Updates the current user's last access time. |
UserRequestSubscriber::__construct | function | core/ |
Constructs a new UserRequestSubscriber. |
UserResetEmailTestTrait | trait | core/ |
Helper function for logging in from reset password email. |
UserResetEmailTestTrait.php | file | core/ |
|
UserResetEmailTestTrait::loginFromResetEmail | function | core/ |
Login from reset password email. |
UserResourceTestBase | class | core/ |
|
UserResourceTestBase | class | core/ |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.