Search for count
| Title | Object type | File name | Summary |
|---|---|---|---|
| AccessAwareRouter::$account | property | core/ |
The account to use in access checks. |
| AccessDeniedSubscriber::$account | property | core/ |
The current user. |
| AccessibleTestingTrait::$account | property | core/ |
The test account. |
| AccessManagerTest::$account | property | core/ |
The mocked account. |
| AccessManagerTest::testCheckWithNullAccount | function | core/ |
Tests \Drupal\Core\Access\AccessManager::check() with no account specified. |
| AccessPolicyProcessorTest::accountSwitcherProvider | function | core/ |
Data provider for testAccountSwitcher(). |
| AccessPolicyProcessorTest::testAccountSwitcher | function | core/ |
Tests if the account switcher switches properly when user cache context is present. |
| AccountEvents | class | core/ |
Defines events for the account system. |
| AccountEvents.php | file | core/ |
|
| AccountEvents::SET_USER | constant | core/ |
Name of the event fired when the current user is set. |
| AccountForm | class | core/ |
Form controller for the user account forms. |
| AccountForm.php | file | core/ |
|
| AccountForm::$languageManager | property | core/ |
The language manager. |
| AccountForm::alterPreferredLangcodeDescription | function | core/ |
Alters the preferred language widget description. |
| AccountForm::buildEntity | function | core/ |
|
| AccountForm::create | function | core/ |
|
| AccountForm::flagViolations | function | core/ |
|
| AccountForm::form | function | core/ |
|
| AccountForm::getEditedFieldNames | function | core/ |
|
| AccountForm::submitForm | function | core/ |
|
| AccountForm::syncUserLangcode | function | core/ |
Synchronizes preferred language and entity language. |
| AccountForm::trustedCallbacks | function | core/ |
|
| AccountForm::__construct | function | core/ |
Constructs a new EntityForm object. |
| AccountInterface | interface | core/ |
Defines an account interface which represents the current user. |
| AccountInterface.php | file | core/ |
|
| AccountInterface::ANONYMOUS_ROLE | constant | core/ |
Role ID for anonymous users. |
| AccountInterface::AUTHENTICATED_ROLE | constant | core/ |
Role ID for authenticated users. |
| AccountInterface::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
| AccountInterface::getDisplayName | function | core/ |
Returns the display name of this account. |
| AccountInterface::getEmail | function | core/ |
Returns the email address of this account. |
| AccountInterface::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
| AccountInterface::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
| AccountInterface::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
| AccountInterface::getRoles | function | core/ |
Returns a list of roles. |
| AccountInterface::getTimeZone | function | core/ |
Returns the timezone of this account. |
| AccountInterface::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
| AccountInterface::id | function | core/ |
Returns the user ID or 0 for anonymous. |
| AccountInterface::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
| AccountInterface::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
| AccountPermissionsCacheContext | class | core/ |
Defines the AccountPermissionsCacheContext service, for "per permission" caching. |
| AccountPermissionsCacheContext.php | file | core/ |
|
| AccountPermissionsCacheContext::$permissionsHashGenerator | property | core/ |
The permissions hash generator. |
| AccountPermissionsCacheContext::getCacheableMetadata | function | core/ |
|
| AccountPermissionsCacheContext::getContext | function | core/ |
|
| AccountPermissionsCacheContext::getLabel | function | core/ |
|
| 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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.