Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| SessionTestController::isLoggedIn | function | core/ |
Only available if current user is logged in. |
| SessionTestController::noSet | function | core/ |
Turns off session saving and then tries to save a value anyway. |
| SessionTestController::set | function | core/ |
Stores a value in 'session_test_value' session attribute. |
| SessionTestController::setMessage | function | core/ |
Sets a message to me displayed on the following page. |
| SessionTestController::setMessageButDoNotSave | function | core/ |
Sets a message but call drupal_save_session(FALSE). |
| SessionTestController::setSession | function | core/ |
Sets a test value on the session. |
| SessionTestController::setSessionBagFlag | function | core/ |
Sets the test flag in the session test bag. |
| SessionTestController::traceHandler | function | core/ |
Returns the trace recorded by test proxy session handlers as JSON. |
| SessionTestController::traceHandlerRewriteUnmodified | function | core/ |
Returns an updated trace recorded by test proxy session handlers as JSON. |
| SessionTestController::triggerWriteException | function | core/ |
Trigger an exception when the session is written. |
| SessionTestForm | class | core/ |
Form controller for the test config edit forms. |
| SessionTestForm.php | file | core/ |
|
| SessionTestForm::buildForm | function | core/ |
Form constructor. |
| SessionTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| SessionTestForm::submitForm | function | core/ |
Form submission handler. |
| SessionTestHooks | class | core/ |
Hook implementations for session_test. |
| SessionTestHooks.php | file | core/ |
|
| SessionTestHooks::userLogin | function | core/ |
Implements hook_user_login(). |
| SessionTestSubscriber | class | core/ |
Defines a test session subscriber that checks whether the session is empty. |
| SessionTestSubscriber.php | file | core/ |
|
| SessionTestSubscriber::$emptySession | property | core/ |
Stores whether the session is empty at the beginning of the request. |
| SessionTestSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
| SessionTestSubscriber::onKernelRequestSessionTest | function | core/ |
Set header for session testing. |
| SessionTestSubscriber::onKernelResponseSessionTest | function | core/ |
Performs tasks for session_test module on kernel.response. |
| SessionTestTrait | trait | core/ |
Provides methods to generate and get session name in tests. |
| SessionTestTrait.php | file | core/ |
|
| SessionTestTrait::$sessionName | property | core/ |
The name of the session cookie. |
| SessionTestTrait::generateSessionName | function | core/ |
Generates a session cookie name. |
| SessionTestTrait::getSessionName | function | core/ |
Returns the session name in use on the child site. |
| SessionWorkspaceNegotiator | class | core/ |
Defines the session workspace negotiator. |
| SessionWorkspaceNegotiator.php | file | core/ |
|
| SessionWorkspaceNegotiator::applies | function | core/ |
Checks whether the negotiator applies to the current request or not. |
| SessionWorkspaceNegotiator::getActiveWorkspaceId | function | core/ |
Performs workspace negotiation. |
| SessionWorkspaceNegotiator::setActiveWorkspace | function | core/ |
Notifies the negotiator that the workspace ID returned has been accepted. |
| SessionWorkspaceNegotiator::unsetActiveWorkspace | function | core/ |
Unsets the negotiated workspace. |
| SessionWorkspaceNegotiator::__construct | function | core/ |
|
| session_configuration | service | core/ |
Drupal\Core\Session\SessionConfiguration |
Pagination
- Previous page
- Page 1261
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.