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 |
---|---|---|---|
UserFloodSubscriber.php | file | core/ |
|
UserFloodSubscriber::$logger | property | core/ |
The default logger service. |
UserFloodSubscriber::blockedIp | function | core/ |
An attempt to login has been blocked based on IP. |
UserFloodSubscriber::blockedUser | function | core/ |
An attempt to login has been blocked based on user name. |
UserFloodSubscriber::getSubscribedEvents | function | core/ |
|
UserFloodSubscriber::__construct | function | core/ |
Constructs a UserFloodSubscriber. |
UserHelpersTest | class | core/ |
Tests User related helper methods of BrowserTestBase. |
UserHelpersTest.php | file | core/ |
|
UserHelpersTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserHelpersTest::testDrupalUserIsLoggedIn | function | core/ |
Tests BrowserTestBase::drupalUserIsLoggedIn(). |
UserInstallTest | class | core/ |
Tests user_install(). |
UserInstallTest.php | file | core/ |
|
UserInstallTest::$modules | property | core/ |
Modules to install. |
UserInstallTest::setUp | function | core/ |
|
UserInstallTest::testUserInstall | function | core/ |
Tests that the initial users have correct values. |
UserInterface | interface | core/ |
Provides an interface defining a user entity. |
UserInterface.php | file | core/ |
|
UserInterface::activate | function | core/ |
Activates the user. |
UserInterface::addRole | function | core/ |
Add a role to a user. |
UserInterface::block | function | core/ |
Blocks the user. |
UserInterface::checkExistingPassword | function | core/ |
Checks the existing password if set. |
UserInterface::getCreatedTime | function | core/ |
Returns the creation time of the user as a UNIX timestamp. |
UserInterface::getInitialEmail | function | core/ |
Returns the email that was used when the user was registered. |
UserInterface::getLastLoginTime | function | core/ |
Returns the UNIX timestamp when the user last logged in. |
UserInterface::getPassword | function | core/ |
Returns the hashed password. |
UserInterface::hasRole | function | core/ |
Whether a user has a certain role. |
UserInterface::isActive | function | core/ |
Returns TRUE if the user is active. |
UserInterface::isBlocked | function | core/ |
Returns TRUE if the user is blocked. |
UserInterface::REGISTER_ADMINISTRATORS_ONLY | constant | core/ |
Only administrators can create user accounts. |
UserInterface::REGISTER_VISITORS | constant | core/ |
Visitors can create their own accounts. |
UserInterface::REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL | constant | core/ |
Visitors can create accounts that only become active with admin approval. |
UserInterface::removeRole | function | core/ |
Remove a role from a user. |
UserInterface::setEmail | function | core/ |
Sets the email address of the user. |
UserInterface::setExistingPassword | function | core/ |
Sets the existing plain text password. |
UserInterface::setLastAccessTime | function | core/ |
Sets the UNIX timestamp when the user last accessed the site.. |
UserInterface::setLastLoginTime | function | core/ |
Sets the UNIX timestamp when the user last logged in. |
UserInterface::setPassword | function | core/ |
Sets the user password. |
UserInterface::setUsername | function | core/ |
Sets the username of this account. |
UserInterface::TIMEZONE_DEFAULT | constant | core/ |
New users will be set to the default time zone at registration. |
UserInterface::TIMEZONE_EMPTY | constant | core/ |
New users will get an empty time zone at registration. |
UserInterface::TIMEZONE_SELECT | constant | core/ |
New users will select their own timezone at registration. |
UserInterface::USERNAME_MAX_LENGTH | constant | core/ |
Maximum length of username text field. |
UserJsonAnonTest | class | core/ |
@group rest @group #slow |
UserJsonAnonTest.php | file | core/ |
|
UserJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserJsonAnonTest::$format | property | core/ |
The format to use in this test. |
UserJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
UserJsonBasicAuthDecoratedTest | class | core/ |
Run UserJsonBasicAuthTest with a user.auth decorator. |
UserJsonBasicAuthDecoratedTest.php | file | core/ |
|
UserJsonBasicAuthDecoratedTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.