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 |
---|---|---|---|
user.services.yml | file | core/ |
core/modules/user/user.services.yml |
user.settings.yml | file | core/ |
core/modules/user/config/install/user.settings.yml |
user.settings.yml | file | core/ |
core/profiles/standard/config/install/user.settings.yml |
user.settings.yml | file | core/ |
core/profiles/demo_umami/config/install/user.settings.yml |
user.settings.yml | file | core/ |
core/profiles/minimal/config/install/user.settings.yml |
user.shared_tempstore | service | core/ |
Drupal\user\SharedTempStoreFactory |
user.tokens.inc | file | core/ |
Builds placeholder replacement tokens for user-related data. |
user.toolbar_link_builder | service | core/ |
Drupal\user\ToolbarLinkBuilder |
user.update.html.twig | file | core/ |
--- label: 'Modifying or deleting a user account' related: - user.security_account_settings - user.overview --- {% set people_url = render_var(url('entity.user.collection')) %} <h2>{% trans %}Goal{% endtrans… |
user.views.inc | file | core/ |
Provide views data for user.module. |
user.views.schema.yml | file | core/ |
core/modules/user/config/schema/user.views.schema.yml |
user.views_execution.inc | file | core/ |
Provide views runtime hooks for user.module. |
User::$anonymousUser | property | core/ |
Stores a reference for a reusable anonymous user entity. |
User::$routeMatch | property | core/ |
The route match. |
User::$userStorage | property | core/ |
The user storage. |
User::activate | function | core/ |
Activates the user. |
User::addRole | function | core/ |
Add a role to a user. |
User::baseFieldDefinitions | function | core/ |
|
User::baseFields | function | core/ |
Returns the user base fields to be migrated. |
User::block | function | core/ |
Blocks the user. |
User::buildOptionsForm | function | core/ |
Provides the default form for setting options. |
User::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
User::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
User::checkExistingPassword | function | core/ |
Checks the existing password if set. |
User::create | function | core/ |
Creates an instance of the plugin. |
User::defineOptions | function | core/ |
Retrieves the options when this is a new access control plugin. |
User::defineOptions | function | core/ |
Retrieve the options when this is a new access control plugin |
User::fields | function | core/ |
Returns available fields on the source. |
User::fields | function | core/ |
Returns available fields on the source. |
User::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
User::getAllowedConfigurableLanguageCodes | function | core/ |
Defines allowed configurable language codes for AllowedValues constraints. |
User::getAllowedTimezones | function | core/ |
Defines allowed timezones for the field's AllowedValues constraint. |
User::getAnonymousUser | function | core/ |
Returns an anonymous user entity. |
User::getArgument | function | core/ |
Return the default argument. |
User::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
User::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
User::getCreatedTime | function | core/ |
Returns the creation time of the user as a UNIX timestamp. |
User::getDisplayName | function | core/ |
Returns the display name of this account. |
User::getEmail | function | core/ |
Returns the email address of this account. |
User::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
User::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
User::getInitialEmail | function | core/ |
Returns the email that was used when the user was registered. |
User::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
User::getLastLoginTime | function | core/ |
Returns the UNIX timestamp when the user last logged in. |
User::getPassword | function | core/ |
Returns the hashed password. |
User::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
User::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
User::getProcess | function | core/ |
Get the normalized process pipeline configuration describing the process plugins. |
User::getRoles | function | core/ |
Returns a list of roles. |
User::getRoleStorage | function | core/ |
Returns the role storage object. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.