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.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.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_link_text %}{% trans %}People{% endtrans %}{% endset %} {% set people_link =… |
user.views.schema.yml | file | core/ |
core/modules/user/config/schema/user.views.schema.yml |
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/ |
Provides base field definitions for an entity type. |
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/ |
Gets the normalized process plugin configuration. |
User::getRoles | function | core/ |
Returns a list of roles. |
User::getRoleStorage | function | core/ |
Returns the role storage object. |
User::getTimeZone | function | core/ |
Returns the timezone of this account. |
User::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
User::hasRole | function | core/ |
Whether a user has a certain role. |
User::isActive | function | core/ |
Returns TRUE if the user is active. |
User::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
User::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
User::isBlocked | function | core/ |
Returns TRUE if the user is blocked. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.