Search for session
- Search 7.x for session
- Search 8.9.x for session
- Search 10.3.x for session
- Search 11.x for session
- Search main for session
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| session | service | core/ |
Symfony\Component\HttpFoundation\Session\Session |
| Session | class | core/ |
Wrap session logic around a HTTP request. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestSessionBag::getName | function | core/ |
|
| TestSessionBag::getStorageKey | function | core/ |
|
| TestSessionBag::hasFlag | function | core/ |
Returns TRUE if the test flag is set. |
| TestSessionBag::initialize | function | core/ |
|
| TestSessionBag::setFlag | function | core/ |
Sets the test flag. |
| TestSessionBag::__construct | function | core/ |
Constructs a new TestSessionBag object. |
| TestSessionHandlerProxy | class | core/ |
Provides a test session handler proxy. |
| TestSessionHandlerProxy.php | file | core/ |
|
| TestSessionHandlerProxy::$optionalArgument | property | core/ |
An optional argument. |
| TestSessionHandlerProxy::$sessionHandler | property | core/ |
The decorated session handler. |
| TestSessionHandlerProxy::close | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::destroy | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::gc | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::open | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::read | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::write | function | core/ |
#[\ReturnTypeWillChange] |
| TestSessionHandlerProxy::__construct | function | core/ |
Constructs a new TestSessionHandlerProxy object. |
| UiHelperTrait::assertSession | function | core/ |
Returns WebAssert object. |
| UpdateKernel::bootSession | function | core/ |
Boots up the session. |
| UpdateKernel::shutdownSession | function | core/ |
Ensures that the session is saved. |
| UserSession | class | core/ |
An implementation of the user account interface for the global user. |
| UserSession.php | file | core/ |
|
| UserSession::$access | property | core/ |
The Unix timestamp when the user last accessed the site. |
| UserSession::$mail | property | core/ |
The email address of this account. |
| UserSession::$name | property | core/ |
The name of this account. |
| UserSession::$preferred_admin_langcode | property | core/ |
The preferred administrative language code of the account. |
| UserSession::$preferred_langcode | property | core/ |
The preferred language code of the account. |
| UserSession::$roles | property | core/ |
List of the roles this user has. |
| UserSession::$timezone | property | core/ |
The timezone of this account. |
| UserSession::$uid | property | core/ |
User ID. |
| UserSession::getAccountName | function | core/ |
Returns the unaltered login name of this account. |
| UserSession::getDisplayName | function | core/ |
Returns the display name of this account. |
| UserSession::getEmail | function | core/ |
Returns the email address of this account. |
| UserSession::getLastAccessedTime | function | core/ |
The timestamp when the account last accessed the site. |
| UserSession::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
| UserSession::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
| UserSession::getRoles | function | core/ |
Returns a list of roles. |
| UserSession::getRoleStorage | function | core/ |
Returns the role storage object. |
| UserSession::getTimeZone | function | core/ |
Returns the timezone of this account. |
| UserSession::hasPermission | function | core/ |
Checks whether a user has a certain permission. |
| UserSession::id | function | core/ |
Returns the user ID or 0 for anonymous. |
| UserSession::isAnonymous | function | core/ |
Returns TRUE if the account is anonymous. |
| UserSession::isAuthenticated | function | core/ |
Returns TRUE if the account is authenticated. |
| UserSession::__construct | function | core/ |
Constructs a new user session. |
| UserSessionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\UserSession[[api-linebreak]] @group Session |
| UserSessionTest.php | file | core/ |
|
| UserSessionTest::$users | property | core/ |
The user sessions used in the test. |
| UserSessionTest::createUserSession | function | core/ |
Setups a user session for the test. |
| UserSessionTest::providerTestHasPermission | function | core/ |
Provides test data for getHasPermission(). |
| UserSessionTest::setUp | function | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.