Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AccountPermissionsCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
AccountPermissionsCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
AccountPermissionsCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
AccountPermissionsCacheContext::__construct | function | core/ |
Constructs a new UserCacheContext service. |
AccountProxy | class | core/ |
A proxied implementation of AccountInterface. |
AccountProxy.php | file | core/ |
|
AccountProxy::$account | property | core/ |
The instantiated account. |
AccountProxy::$eventDispatcher | property | core/ |
Event dispatcher. |
AccountProxy::$id | property | core/ |
Account id. |
AccountProxy::$initialAccountId | property | core/ |
Initial account id. |
AccountProxy::getAccount | function | core/ |
Gets the currently wrapped account. |
AccountProxy::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
AccountProxy::getDisplayName | function | core/ |
Returns the display name of this account. |
AccountProxy::getEmail | function | core/ |
Returns the email address of this account. |
AccountProxy::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
AccountProxy::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
AccountProxy::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
AccountProxy::getRoles | function | core/ |
Returns a list of roles. |
AccountProxy::getTimeZone | function | core/ |
Returns the timezone of this account. |
AccountProxy::getUsername | function | core/ |
Returns the unaltered login name of this account. |
AccountProxy::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
AccountProxy::id | function | core/ |
Returns the user ID or 0 for anonymous. |
AccountProxy::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
AccountProxy::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
AccountProxy::loadUserEntity | function | core/ |
Load a user entity. |
AccountProxy::setAccount | function | core/ |
Sets the currently wrapped account. |
AccountProxy::setInitialAccountId | function | core/ |
Sets the id of the initial account. |
AccountProxy::__construct | function | core/ |
AccountProxy constructor. |
AccountProxyInterface | interface | core/ |
Defines an interface for a service which has the current account stored. |
AccountProxyInterface.php | file | core/ |
|
AccountProxyInterface::getAccount | function | core/ |
Gets the currently wrapped account. |
AccountProxyInterface::setAccount | function | core/ |
Sets the currently wrapped account. |
AccountProxyInterface::setInitialAccountId | function | core/ |
Sets the id of the initial account. |
AccountProxyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\AccountProxy @group Session |
AccountProxyTest.php | file | core/ |
|
AccountProxyTest::testId | function | core/ |
@covers ::id @covers ::setInitialAccountId |
AccountProxyTest::testSetInitialAccountIdException | function | core/ |
@covers ::setInitialAccountId |
AccountSetEvent | class | core/ |
Event fired when an account is set for the current session. |
AccountSetEvent.php | file | core/ |
|
AccountSetEvent::$account | property | core/ |
The set account. |
AccountSetEvent::getAccount | function | core/ |
Gets the account. |
AccountSetEvent::__construct | function | core/ |
AccountSetEvent constructor. |
AccountSettingsForm | class | core/ |
Configure user settings for this site. |
AccountSettingsForm.php | file | core/ |
|
AccountSettingsForm::$moduleHandler | property | core/ |
The module handler. |
AccountSettingsForm::$roleStorage | property | core/ |
The role storage used when changing the admin role. |
AccountSettingsForm::buildForm | function | core/ |
Form constructor. |
AccountSettingsForm::create | function | core/ |
Instantiates a new instance of this class. |
AccountSettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
AccountSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.