Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| User::getTimeZone | function | core/ |
Returns the timezone of this account. |
| User::getUsername | function | core/ |
Returns the unaltered login name 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. |
| User::isNew | function | core/ |
Determines whether the entity is new. |
| User::label | function | core/ |
Gets the label of the entity. |
| User::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| User::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| User::prepareRow | function | core/ |
Adds additional data to the row. |
| User::prepareRow | function | core/ |
Adds additional data to the row. |
| User::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| User::query | function | core/ |
|
| User::query | function | core/ |
|
| User::removeRole | function | core/ |
Remove a role from a user. |
| User::setEmail | function | core/ |
Sets the email address of the user. |
| User::setExistingPassword | function | core/ |
Sets the existing plain text password. |
| User::setLastAccessTime | function | core/ |
Sets the UNIX timestamp when the user last accessed the site.. |
| User::setLastLoginTime | function | core/ |
Sets the UNIX timestamp when the user last logged in. |
| User::setPassword | function | core/ |
Sets the user password. |
| User::setUsername | function | core/ |
Sets the username of this account. |
| User::submitOptionsForm | function | core/ |
Provides the default form for submitting options. |
| User::validateEntity | function | core/ |
Validates an individual entity against class access settings. |
| User::__construct | function | core/ |
Constructs an \Drupal\views\Plugin\views\argument_validator\Entity object. |
| User::__construct | function | core/ |
Constructs a new User instance. |
| UserAccessControlHandler | class | core/ |
Defines the access control handler for the user entity type. |
| UserAccessControlHandler.php | file | core/ |
|
| UserAccessControlHandler::$viewLabelOperation | property | core/ |
Allow access to user label. |
| UserAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| UserAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
| UserAccessControlHandlerTest | class | core/ |
Tests the user access controller. |
Pagination
- Previous page
- Page 1318
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.