SessionTest::testReplace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
DRUPAL_BOOTSTRAP_SESSION |
constant |
drupal/core/includes/bootstrap.inc |
Sixth bootstrap phase: initialize session handling. |
SessionTest::setProvider |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::testMigrate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
SessionTest::testGetMeta |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
UserSession::getSessionId |
function |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Returns the session ID. |
MongoDbSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
|
MongoDbSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php |
@author Markus Bachmann <markus.bachmann@bachi.biz> |
SessionInterface::getName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Returns the session name. |
SessionInterface::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Sets the session name. |
language_switcher_session |
function |
drupal/core/modules/language/language.negotiation.inc |
Return the session language switcher block. |
SessionInterface::migrate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Migrates the current session to a new session id while maintaining all
session attributes. |
SessionInterface::replace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Sets attributes. |
session_test.services.yml |
file |
drupal/core/modules/system/tests/modules/session_test/session_test.services.yml |
drupal/core/modules/system/tests/modules/session_test/session_test.services.yml |
PdoSessionHandlerTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
SessionHandlerProxy::open |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
|
SessionHandlerProxy::read |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
|
NullSessionHandler::close |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php |
|
NullSessionHandler::write |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php |
|
SessionTest::testGetCount |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@covers \Symfony\Component\HttpFoundation\Session\Session::count |
MongoDbSessionHandler::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php |
|
SessionHttpsTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
|
_session_test_set_message |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Menu callback, sets a message to me displayed on the following page. |
SessionHttpsTest::httpUrl |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
SessionTest::$dumpHeaders |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Indicates that headers should be dumped if verbose output is enabled. |
SessionTest::sessionReset |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Reset the cookie file so that it refers to the specified user. |
drupal_session_initialize |
function |
drupal/core/includes/session.inc |
Initializes the session handler, starting a session if needed. |
drupal_session_regenerate |
function |
drupal/core/includes/session.inc |
Called when an anonymous user becomes authenticated or vice-versa. |
SessionTestSubscriber.php |
file |
drupal/core/modules/system/tests/modules/session_test/lib/Drupal/session_test/EventSubscriber/SessionTestSubscriber.php |
Contains \Drupal\session_test\EventSubscriber\SessionTestSubscriber. |
NegotiationSessionForm.php |
file |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSessionForm.php |
Contains \Drupal\language\Form\NegotiationSessionForm. |
MemcacheSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php |
|
MemcacheSessionHandler.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php |
|
NativeSessionStorage::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Force the session to be saved and closed. |
WebTestBase::$session_name |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
The current session name, if available. |
MockFileSessionStorage.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
|
SessionBagInterface::clear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php |
Clears out data from bag. |
NullSessionHandlerTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php |
|
SessionHandlerProxy::close |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
|
SessionHandlerProxy::write |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
|
PdoSessionHandler::destroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php |
|
SessionTest::testIsStarted |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
MemcacheSessionHandler::gc |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php |
|
SessionHttpsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
Modules to enable. |
SessionHttpsTest::httpsUrl |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
_session_test_is_logged_in |
function |
drupal/core/modules/system/tests/modules/session_test/session_test.module |
Menu callback, only available if current user is logged in. |
drupal_session_destroy_uid |
function |
drupal/core/includes/session.inc |
Ends a specific user's session(s). |
MockFileSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
Test class for MockFileSessionStorage. |
MockArraySessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
Test class for MockArraySessionStorage. |
UserSession::getSessionData |
function |
drupal/core/lib/Drupal/Core/Session/UserSession.php |
Returns the session data. |
MemcachedSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php |
|