Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SessionManager::destroy | function | core/ |
|
| SessionManager::getSessionDataMask | function | core/ |
Returns a map specifying which session key is containing user data. |
| SessionManager::isCli | function | core/ |
Returns whether the current PHP process runs on CLI. |
| SessionManager::isSessionObsolete | function | core/ |
Determines whether the session contains user data. |
| SessionManager::regenerate | function | core/ |
|
| SessionManager::save | function | core/ |
|
| SessionManager::start | function | core/ |
|
| SessionManager::startNow | function | core/ |
Forcibly start a PHP session. |
| SessionManager::__construct | function | core/ |
Constructs a new session manager instance. |
| SessionManagerDestroyNoCliCheckTest | class | core/ |
Tests starting and destroying a session from the CLI. |
| SessionManagerDestroyNoCliCheckTest.php | file | core/ |
|
| SessionManagerDestroyNoCliCheckTest::testCallSessionManagerStartAndDestroy | function | core/ |
Tests starting and destroying a session from the CLI. |
| SessionManagerInterface | interface | core/ |
Defines the session manager interface. |
| SessionManagerInterface.php | file | core/ |
|
| SessionManagerInterface::destroy | function | core/ |
Destroys the current session and removes session cookies. |
| SessionManagerTest | class | core/ |
Tests Drupal\Core\Session\SessionManager. |
| SessionManagerTest.php | file | core/ |
|
| SessionManagerTest::testDeprecatedMiddlewaresArgument | function | core/ |
Tests that session manager is constructed with deprecated argument list. |
| Sessions | group | core/ |
Store and retrieve data associated with a user's browsing session. |
| SessionTest | class | core/ |
Tests that sessions don't expire. |
| SessionTest | class | core/ |
Drupal session handling tests. |
| SessionTest.php | file | core/ |
|
| SessionTest.php | file | core/ |
|
| SessionTest::$defaultTheme | property | core/ |
|
| SessionTest::$defaultTheme | property | core/ |
|
| SessionTest::$modules | property | core/ |
|
| SessionTest::$modules | property | core/ |
|
| SessionTest::assertSessionCookie | function | core/ |
Assert whether the test browser sent a session cookie. |
| SessionTest::assertSessionEmpty | function | core/ |
Assert whether the session is empty at the beginning of the request. |
| SessionTest::sessionReset | function | core/ |
Reset the cookie file so that it refers to the specified user. |
| SessionTest::setUp | function | core/ |
|
| SessionTest::testAnonymousSessionFixation | function | core/ |
Tests that an invalid session ID in the cookie is rejected. |
| SessionTest::testDataPersistence | function | core/ |
Tests data persistence via the session_test module callbacks. |
| SessionTest::testEmptyAnonymousSession | function | core/ |
Tests that empty anonymous sessions are destroyed. |
| SessionTest::testEmptySessionID | function | core/ |
Tests that empty session IDs are not allowed. |
| SessionTest::testSessionBag | function | core/ |
Tests session bag. |
| SessionTest::testSessionExpiration | function | core/ |
Tests that the session doesn't expire. |
| SessionTest::testSessionPersistenceOnLogin | function | core/ |
Tests storing data in Session() object. |
| SessionTest::testSessionSaveRegenerate | function | core/ |
Tests session writing and regeneration. |
| SessionTest::testSessionWrite | function | core/ |
Tests that sessions are only saved when necessary. |
| SessionTest::testSessionWriteError | function | core/ |
Test exception thrown during session write close. |
| SessionTestController | class | core/ |
Controller providing page callbacks for session tests. |
| SessionTestController.php | file | core/ |
|
| SessionTestController::clearSessionBagFlag | function | core/ |
Clears the test flag from the session test bag. |
| SessionTestController::get | function | core/ |
Prints the stored session value to the screen. |
| SessionTestController::getFromSessionObject | function | core/ |
Prints the stored session value to the screen. |
| SessionTestController::getId | function | core/ |
Print the current session ID. |
| SessionTestController::getIdFromCookie | function | core/ |
Print the current session ID as read from the cookie. |
| SessionTestController::getSession | function | core/ |
Returns the values stored in the active session and the user ID. |
| SessionTestController::hasSessionBagFlag | function | core/ |
Prints a message if the flag in the session bag is set. |
Pagination
- Previous page
- Page 1461
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.