Search for count
- Search 7.x for count
- Search 9.5.x for count
- Search 10.3.x for count
- Search 11.x for count
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
AccountSettingsForm::submitForm | function | core/ |
Form submission handler. |
AccountSettingsForm::__construct | function | core/ |
Constructs a \Drupal\user\AccountSettingsForm object. |
AccountSwitcher | class | core/ |
An implementation of AccountSwitcherInterface. |
AccountSwitcher.php | file | core/ |
|
AccountSwitcher::$accountStack | property | core/ |
A stack of previous overridden accounts. |
AccountSwitcher::$currentUser | property | core/ |
The current user service. |
AccountSwitcher::$originalSessionSaving | property | core/ |
The original state of session saving prior to account switching. |
AccountSwitcher::$writeSafeHandler | property | core/ |
The write-safe session handler. |
AccountSwitcher::switchBack | function | core/ |
Reverts to a previous account after switching. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.