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 |
|---|---|---|---|
| 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/ |
|
| SessionTestForm::getFormId | function | core/ |
|
| SessionTestForm::submitForm | function | core/ |
|
| 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/ |
|
| SessionWorkspaceNegotiator::getActiveWorkspaceId | function | core/ |
|
| SessionWorkspaceNegotiator::setActiveWorkspace | function | core/ |
|
| SessionWorkspaceNegotiator::unsetActiveWorkspace | function | core/ |
|
| SessionWorkspaceNegotiator::__construct | function | core/ |
|
| session_configuration | service | core/ |
Drupal\Core\Session\SessionConfiguration |
| session_exists_cache_context_test.info.yml | file | core/ |
core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml |
| session_handler | service | core/ |
Alias of session_handler.storage |
| session_handler.storage | service | core/ |
Drupal\Core\Session\SessionHandler |
| session_handler.write_safe | service | core/ |
Drupal\Core\Session\WriteSafeSessionHandler |
| session_manager | service | core/ |
Drupal\Core\Session\SessionManager |
| session_manager.metadata_bag | service | core/ |
Drupal\Core\Session\MetadataBag |
| session_test.info.yml | file | core/ |
core/modules/system/tests/modules/session_test/session_test.info.yml |
| session_test.routing.yml | file | core/ |
core/modules/system/tests/modules/session_test/session_test.routing.yml |
| session_test.services.yml | file | core/ |
core/modules/system/tests/modules/session_test/session_test.services.yml |
| session_test.session_bag | service | core/ |
Drupal\session_test\Session\TestSessionBag |
| session_test.session_handler.test_proxy | service | core/ |
Drupal\session_test\Session\TestSessionHandlerProxy |
| session_test.session_handler.test_proxy2 | service | core/ |
Drupal\session_test\Session\TestSessionHandlerProxy |
| session_test.session_handler_proxy_trace | service | core/ |
ArrayObject |
Pagination
- Previous page
- Page 1462
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.