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 |
---|---|---|---|
UserSearch::access | function | core/ |
Checks data value access. |
UserSearch::create | function | core/ |
Creates an instance of the plugin. |
UserSearch::execute | function | core/ |
Executes the search. |
UserSearch::getHelp | function | core/ |
Returns the searching help. |
UserSearch::__construct | function | core/ |
Creates a UserSearch object. |
UserSearchTest | class | core/ |
Tests the user search page and verifies that sensitive information is hidden from unauthorized users. |
UserSearchTest.php | file | core/ |
|
UserSearchTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserSearchTest::$modules | property | core/ |
Modules to enable. |
UserSearchTest::testUserSearch | function | core/ |
|
UserSelection | class | core/ |
Provides specific access control for the user entity type. |
UserSelection.php | file | core/ |
|
UserSelection::$connection | property | core/ |
The database connection. |
UserSelection::buildConfigurationForm | function | core/ |
Form constructor. |
UserSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
UserSelection::create | function | core/ |
Creates an instance of the plugin. |
UserSelection::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
UserSelection::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
UserSelection::entityQueryAlter | function | core/ |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
UserSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
UserSelection::__construct | function | core/ |
Constructs a new UserSelection object. |
UserServiceProvider | class | core/ |
|
UserServiceProvider.php | file | core/ |
|
UserServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
UserServiceProviderFallbackTest | class | core/ |
Tests \Drupal\user\UserServiceProvider. |
UserServiceProviderFallbackTest.php | file | core/ |
|
UserServiceProviderFallbackTest::$modules | property | core/ |
Modules to enable. |
UserServiceProviderFallbackTest::register | function | core/ |
Registers test-specific services. |
UserServiceProviderFallbackTest::testUserServiceProvider | function | core/ |
Tests that user.tempstore.expire equals tempstore.expire if not customized. |
UserServiceProviderTest | class | core/ |
Tests \Drupal\user\UserServiceProvider. |
UserServiceProviderTest.php | file | core/ |
|
UserServiceProviderTest::$modules | property | core/ |
Modules to enable. |
UserServiceProviderTest::register | function | core/ |
Registers test-specific services. |
UserServiceProviderTest::testUserServiceProvider | function | core/ |
Tests that tempstore.expire is set to user.tempstore.expire. |
UserSession | class | core/ |
An implementation of the user account interface for the global user. |
UserSession.php | file | core/ |
|
UserSession::$access | property | core/ |
The Unix timestamp when the user last accessed the site. |
UserSession::$mail | property | core/ |
The email address of this account. |
UserSession::$name | property | core/ |
The name of this account. |
UserSession::$preferred_admin_langcode | property | core/ |
The preferred administrative language code of the account. |
UserSession::$preferred_langcode | property | core/ |
The preferred language code of the account. |
UserSession::$roles | property | core/ |
List of the roles this user has. |
UserSession::$timezone | property | core/ |
The timezone of this account. |
UserSession::$uid | property | core/ |
User ID. |
UserSession::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
UserSession::getDisplayName | function | core/ |
Returns the display name of this account. |
UserSession::getEmail | function | core/ |
Returns the email address of this account. |
UserSession::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
UserSession::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
UserSession::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.