Search for session

  1. Search 7.x for session
  2. Search 9.5.x for session
  3. Search 10.3.x for session
  4. Search 11.x for session
  5. Search main for session
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
session service core/core.services.yml Symfony\Component\HttpFoundation\Session\Session
Session class core/lib/Drupal/Core/StackMiddleware/Session.php Wrap session logic around a HTTP request.

All search results

Title Object type File name Summary
TestSessionHandlerProxy::destroy function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::gc function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::open function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::read function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::write function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::__construct function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php Constructs a new TestSessionHandlerProxy object.
UiHelperTrait::assertSession function core/tests/Drupal/Tests/UiHelperTrait.php Returns WebAssert object.
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::shutdownSession function core/lib/Drupal/Core/Update/UpdateKernel.php Ensures that the session is saved.
UserSession class core/lib/Drupal/Core/Session/UserSession.php An implementation of the user account interface for the global user.
UserSession.php file core/lib/Drupal/Core/Session/UserSession.php
UserSession::$access property core/lib/Drupal/Core/Session/UserSession.php The Unix timestamp when the user last accessed the site.
UserSession::$mail property core/lib/Drupal/Core/Session/UserSession.php The email address of this account.
UserSession::$name property core/lib/Drupal/Core/Session/UserSession.php The name of this account.
UserSession::$preferred_admin_langcode property core/lib/Drupal/Core/Session/UserSession.php The preferred administrative language code of the account.
UserSession::$preferred_langcode property core/lib/Drupal/Core/Session/UserSession.php The preferred language code of the account.
UserSession::$roles property core/lib/Drupal/Core/Session/UserSession.php List of the roles this user has.
UserSession::$timezone property core/lib/Drupal/Core/Session/UserSession.php The timezone of this account.
UserSession::$uid property core/lib/Drupal/Core/Session/UserSession.php User ID.
UserSession::getAccountName function core/lib/Drupal/Core/Session/UserSession.php Returns the unaltered login name of this account.
UserSession::getDisplayName function core/lib/Drupal/Core/Session/UserSession.php Returns the display name of this account.
UserSession::getEmail function core/lib/Drupal/Core/Session/UserSession.php Returns the email address of this account.
UserSession::getLastAccessedTime function core/lib/Drupal/Core/Session/UserSession.php The timestamp when the account last accessed the site.
UserSession::getPreferredAdminLangcode function core/lib/Drupal/Core/Session/UserSession.php Returns the preferred administrative language code of the account.
UserSession::getPreferredLangcode function core/lib/Drupal/Core/Session/UserSession.php Returns the preferred language code of the account.
UserSession::getRoles function core/lib/Drupal/Core/Session/UserSession.php Returns a list of roles.
UserSession::getRoleStorage function core/lib/Drupal/Core/Session/UserSession.php Returns the role storage object.
UserSession::getTimeZone function core/lib/Drupal/Core/Session/UserSession.php Returns the timezone of this account.
UserSession::getUsername function core/lib/Drupal/Core/Session/UserSession.php Returns the unaltered login name of this account.
UserSession::hasPermission function core/lib/Drupal/Core/Session/UserSession.php Checks whether a user has a certain permission.
UserSession::id function core/lib/Drupal/Core/Session/UserSession.php Returns the user ID or 0 for anonymous.
UserSession::isAnonymous function core/lib/Drupal/Core/Session/UserSession.php Returns TRUE if the account is anonymous.
UserSession::isAuthenticated function core/lib/Drupal/Core/Session/UserSession.php Returns TRUE if the account is authenticated.
UserSession::__construct function core/lib/Drupal/Core/Session/UserSession.php Constructs a new user session.
UserSessionTest class core/tests/Drupal/Tests/Core/Session/UserSessionTest.php @coversDefaultClass \Drupal\Core\Session\UserSession[[api-linebreak]]
@group Session
UserSessionTest.php file core/tests/Drupal/Tests/Core/Session/UserSessionTest.php
UserSessionTest::$users property core/tests/Drupal/Tests/Core/Session/UserSessionTest.php The user sessions used in the test
UserSessionTest::createUserSession function core/tests/Drupal/Tests/Core/Session/UserSessionTest.php Setups a user session for the test.
UserSessionTest::providerTestHasPermission function core/tests/Drupal/Tests/Core/Session/UserSessionTest.php Provides test data for getHasPermission().
UserSessionTest::setUp function core/tests/Drupal/Tests/Core/Session/UserSessionTest.php
UserSessionTest::testHasPermission function core/tests/Drupal/Tests/Core/Session/UserSessionTest.php Tests the has permission method.
UserSessionTest::testUserGetRoles function core/tests/Drupal/Tests/Core/Session/UserSessionTest.php Tests the method getRoles exclude or include locked roles based in param.
UserTest::createUserSession function core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php Setups a user session for the test.
WebDriverTestBase::assertSession function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns WebAssert object.
WebTestBase::$sessionId property core/modules/simpletest/src/WebTestBase.php The current session ID, if available.
workspaces.negotiator.session service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\Negotiator\SessionWorkspaceNegotiator
WriteSafeSessionHandler class core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Wraps the session handler to prevent writes when not necessary or allowed.
WriteSafeSessionHandler.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::$readSessions property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php The read sessions.
WriteSafeSessionHandler::$sessionWritable property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Whether or not the session is enabled for writing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.