Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
SessionHttpsTest::assertSessionIds function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Tests that there exists a session with two specific session IDs.
SessionHttpsTest::getGuzzleCookieJar function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Creates a new Guzzle CookieJar with a Xdebug cookie if necessary.
SessionHttpsTest::getPathFromLocationHeader function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Extracts internal path from the location header on the response.
SessionHttpsTest::getUserLoginFormBuildId function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Gets the form build ID for the user login form.
SessionHttpsTest::httpsUrl function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Builds a URL for submitting a mock HTTPS request to HTTP test environments.
SessionHttpsTest::httpUrl function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Builds a URL for submitting a mock HTTP request to HTTPS test environments.
SessionHttpsTest::loginHttp function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Log in a user via HTTP.
SessionHttpsTest::loginHttps function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Log in a user via HTTPS.
SessionHttpsTest::setUp function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php
SessionHttpsTest::testHttpsSession function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Tests HTTPS sessions.
SessionManager class core/lib/Drupal/Core/Session/SessionManager.php Manages user sessions.
SessionManager.php file core/lib/Drupal/Core/Session/SessionManager.php
SessionManager::$startedLazy property core/lib/Drupal/Core/Session/SessionManager.php Whether a lazy session has been started.
SessionManager::destroy function core/lib/Drupal/Core/Session/SessionManager.php Destroys the current session and removes session cookies.
SessionManager::getSessionDataMask function core/lib/Drupal/Core/Session/SessionManager.php Returns a map specifying which session key is containing user data.
SessionManager::isCli function core/lib/Drupal/Core/Session/SessionManager.php Returns whether the current PHP process runs on CLI.
SessionManager::isSessionObsolete function core/lib/Drupal/Core/Session/SessionManager.php Determines whether the session contains user data.
SessionManager::regenerate function core/lib/Drupal/Core/Session/SessionManager.php
SessionManager::save function core/lib/Drupal/Core/Session/SessionManager.php
SessionManager::start function core/lib/Drupal/Core/Session/SessionManager.php
SessionManager::startNow function core/lib/Drupal/Core/Session/SessionManager.php Forcibly start a PHP session.
SessionManager::__construct function core/lib/Drupal/Core/Session/SessionManager.php Constructs a new session manager instance.
SessionManagerDestroyNoCliCheckTest class core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php Tests starting and destroying a session from the CLI.
SessionManagerDestroyNoCliCheckTest.php file core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php
SessionManagerDestroyNoCliCheckTest::testCallSessionManagerStartAndDestroy function core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php Tests starting and destroying a session from the CLI.
SessionManagerInterface interface core/lib/Drupal/Core/Session/SessionManagerInterface.php Defines the session manager interface.
SessionManagerInterface.php file core/lib/Drupal/Core/Session/SessionManagerInterface.php
SessionManagerInterface::destroy function core/lib/Drupal/Core/Session/SessionManagerInterface.php Destroys the current session and removes session cookies.
SessionManagerTest class core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php Tests Drupal\Core\Session\SessionManager.
SessionManagerTest.php file core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php
SessionManagerTest::testDeprecatedMiddlewaresArgument function core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php Tests that session manager is constructed with deprecated argument list.
Sessions group core/core.api.php Store and retrieve data associated with a user's browsing session.
SessionTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php Tests that sessions don't expire.
SessionTest class core/modules/system/tests/src/Functional/Session/SessionTest.php Drupal session handling tests.
SessionTest.php file core/modules/system/tests/src/Functional/Session/SessionTest.php
SessionTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
SessionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php The theme to install as the default for testing.
SessionTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/SessionTest.php The theme to install as the default for testing.
SessionTest::$modules property core/modules/system/tests/src/Functional/Session/SessionTest.php Modules to install.
SessionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php Modules to install.
SessionTest::assertSessionCookie function core/modules/system/tests/src/Functional/Session/SessionTest.php Assert whether the test browser sent a session cookie.
SessionTest::assertSessionEmpty function core/modules/system/tests/src/Functional/Session/SessionTest.php Assert whether the session is empty at the beginning of the request.
SessionTest::sessionReset function core/modules/system/tests/src/Functional/Session/SessionTest.php Reset the cookie file so that it refers to the specified user.
SessionTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
SessionTest::testAnonymousSessionFixation function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests that an invalid session ID in the cookie is rejected.
SessionTest::testDataPersistence function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests data persistence via the session_test module callbacks.
SessionTest::testEmptyAnonymousSession function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests that empty anonymous sessions are destroyed.
SessionTest::testEmptySessionID function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests that empty session IDs are not allowed.
SessionTest::testSessionBag function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests session bag.
SessionTest::testSessionExpiration function core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php Tests that the session doesn't expire.

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